8 lines
152 B
C#
8 lines
152 B
C#
namespace ZR.Infrastructure.Constant;
|
|
|
|
public class SysNoticeLogStatus
|
|
{
|
|
public const string Unread = "0";
|
|
|
|
public const string Read = "1";
|
|
} |