// namespace SafeCampus.System; /// /// 日志常量 /// public class SysLogConst { /// /// 成功 /// public const string SUCCESS = "SUCCESS"; /// /// 成功 /// public const string FAIL = "FAIL"; }