| | |
| | | public string BarcodeNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// VMIç©æµç¶æ(å·²å建ï¼å·²å¤è´§ï¼å·²åè¿ï¼å·²åæ¶) |
| | | /// VMIç©æµç¶æ(0-å·²å建ï¼1-å¾
æ£è´§ï¼2-å·²å¤è´§ï¼3-å·²åè¿ï¼4-已忶) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "VMIç©æµç¶æ(å·²å建ï¼å·²å¤è´§ï¼å·²åè¿ï¼å·²åæ¶)")] |
| | | public string Status { get; set; } |
| | | [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "VMIç©æµç¶æ(0-å·²å建ï¼1-å¾
æ£è´§ï¼2-å·²å¤è´§ï¼3-å·²åè¿ï¼4-已忶)")] |
| | | public int Status { get; set; } |
| | | |
| | | |
| | | /// <summary> |