diff --git a/IRaCIS.Core.Domain.Share/Management/SystemNotice.cs b/IRaCIS.Core.Domain.Share/Management/SystemNotice.cs index 4b34352c8..85a0b0cee 100644 --- a/IRaCIS.Core.Domain.Share/Management/SystemNotice.cs +++ b/IRaCIS.Core.Domain.Share/Management/SystemNotice.cs @@ -86,7 +86,7 @@ namespace IRaCIS.Core.Domain.Share.Management ///DateTime /// [DisplayAttribute(Name = "DateTime")] - DateTime = 0, + DateTime = 1, }