| | |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_Model.Models.PackInfo |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable(nameof(Dt_Packaxis), "ç ååæ ")] |
| | | [SugarTable(nameof(Dt_Packaxis), "ç ååæ è¡¨")] |
| | | public class Dt_Packaxis : BaseEntity |
| | | { |
| | | /// <summary> |
| | |
| | | /// ç«å°ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ç«å°ç¼å·")] |
| | | public int StationCode { get; set; } |
| | | public string StationCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "åå")] |
| | | public string PackType { get; set; } |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åå")] |
| | | public int PackType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç åæ°é |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ç åæ°é")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç åæ°é")] |
| | | public int PackNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Xåæ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Xåæ ")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Xåæ ")] |
| | | public int AxisX { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Xåæ ä¸ªæ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Xåæ ä¸ªæ°")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Xåæ ä¸ªæ°")] |
| | | public int AxisXCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Xåæ é´è· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Xåæ é´è·")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Xåæ é´è·")] |
| | | public int AxisXSpacing { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Yåæ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Yåæ ")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Yåæ ")] |
| | | public int AxisY { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Yåæ ä¸ªæ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Yåæ ä¸ªæ°")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Yåæ ä¸ªæ°")] |
| | | public int AxisYCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Yåæ é´è· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Yåæ é´è·")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Yåæ é´è·")] |
| | | public int AxisYSpacing { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Zåæ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Zåæ ")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Zåæ ")] |
| | | public int AxisZ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Zåæ ä¸ªæ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Zåæ ä¸ªæ°")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Zåæ ä¸ªæ°")] |
| | | public int AxisZCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Zåæ é´è· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "Zåæ é´è·")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Zåæ é´è·")] |
| | | public int AxisZSpacing { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |