| | |
| | | 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(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int id { get; set; } |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 设å¤ç¼å· |
| | |
| | | /// <summary> |
| | | /// ç«å°ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç«å°ç¼å·")] |
| | | public int StationCode { get; set; } |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "ç«å°ç¼å·")] |
| | | 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, ColumnDescription = "ç åæ°é")] |
| | | public int PackNum { get; set; } |
| | | public int PackNum { get; set; } = 0; |
| | | |
| | | /// <summary> |
| | | /// Xåæ |
| | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "Zåæ é´è·")] |
| | | public int AxisZSpacing { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "夿³¨")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | } |