| | |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "ç¼åç¹ç¼å·")] |
| | | public string PointCode { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æç±»å")] |
| | | public string Materialtype { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "ç¼åç¹ç¶æ")] |
| | | public int PointStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "ç¼åæ¶åºååç§°")] |
| | | public string PointName { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "ç¼åç¹å¯ç¨ç¶æ")] |
| | | public int EnableStatus { get; set; } |
| | | |