| | |
| | | /// 涓婚敭 |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | <<<<<<< HEAD |
| | | public int id { get; set; } |
| | | ======= |
| | | public int Id { get; set; } |
| | | >>>>>>> main |
| | | |
| | | /// <summary> |
| | | /// 璁惧缂栧彿 |
| | |
| | | /// 鐮佸灈鏁伴噺 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "鐮佸灈鏁伴噺")] |
| | | <<<<<<< HEAD |
| | | public int PackNum { get; set; } |
| | | ======= |
| | | public int PackNum { get; set; } = 0; |
| | | >>>>>>> main |
| | | |
| | | /// <summary> |
| | | /// X鍧愭爣 |
| | |
| | | /// <summary> |
| | | /// 澶囨敞 |
| | | /// </summary> |
| | | <<<<<<< HEAD |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "澶囨敞")] |
| | | ======= |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "澶囨敞")] |
| | | >>>>>>> main |
| | | public string Remark { get; set; } |
| | | } |
| | | } |