| | |
| | |  |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "Zåæ ")] |
| | | public int ItemPositionZ { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "Xç¸å¯¹åæ ")] |
| | | public int ItemRelaPositionX { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "Yç¸å¯¹åæ ")] |
| | | public int ItemRelaPositionY { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "Zç¸å¯¹åæ ")] |
| | | public int ItemRelaPositionZ { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¶æ")] |
| | | public int ItemStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "ç¶æ")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |