namespace YLErp.Model.Enum { public enum BookCalendarStateEnum { 待确认 = 1, 已确认 = 2, 已拒绝 = 3, 已完成 = 4 } }