| | |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable(nameof(Dt_Router), "设备路由表")] |
| | | [SugarTable(nameof(Dt_Router), "设备路由配置")] |
| | | public class Dt_Router : BaseEntity |
| | | { |
| | | /// <summary> |
| | |
| | | /// 堆垛机取货/放货列 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "堆垛机取货/放货列")] |
| | | public int SrmColumn { get; set; } |
| | | public int? SrmColumn { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 堆垛机取货/放货层 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "堆垛机取货/放货层")] |
| | | public int SrmLayer { get; set; } |
| | | public int? SrmLayer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 子位置 |
| | | /// 深度 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "子位置")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "深度")] |
| | | public int? Depth { get; set; } |
| | | |
| | | /// <summary> |