| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core.DB.Models; |
| | | using WIDESEA_Core.Enums; |
| | | |
| | | namespace WIDESEA_Model.Models |
| | | { |
| | |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "åºååç§°")] |
| | | public string AreaName { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåç±»å")] |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "åºåç±»å")] |
| | | public int AreaType { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåç¶æ")] |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "åºåç¶æ")] |
| | | public int AreaStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "åºåæè¿°")] |