| | |
| | | namespace WIDESEA_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// æ¥å£ä¿¡æ¯ |
| | | /// AGVç«ç¹ä¿¡æ¯è¡¨ |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_AGVStationInfo), "AGVç«ç¹ä¿¡æ¯è¡¨")] |
| | | public class Dt_AGVStationInfo : BaseEntity |
| | |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "åºå")] |
| | | public int StationArea { get; set; } |
| | | /// <summary> |
| | | /// æ¯å¦å ç¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ¯å¦å ç¨")] |
| | | public int IsOccupied { get; set; } |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "夿³¨")] |