namespace Bunny.Dao.Entity.Constant; /// /// 状态相关常量 /// public class StatusConstant { public const int Enable = 1; public const int Disable = 0; }