| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using SqlSugar; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core.DB.Models; |
| | | |
| | | namespace WIDESEA_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// è´§ä½è¡¨ |
| | | ///</summary> |
| | | [SugarTable("Dt_LocationInfo")] |
| | | [SugarTable(nameof(Dt_LocationInfo), "è´§ä½ä¿¡æ¯")] |
| | | public class Dt_LocationInfo : BaseEntity |
| | | { |
| | | |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:è´§ä½ID |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LocationID" ,IsPrimaryKey = true,IsIdentity = true) ] |
| | | public int LocationID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:å··éç¼å· |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="RoadWayNO" ) ] |
| | | public string RoadWayNO { get; set; } = null!; |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:åºåºç¼å· |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="WareAreaCode" ) ] |
| | | public string? WareAreaCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:è´§ä½ç¼å· |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LocationCode" ) ] |
| | | public string LocationCode { get; set; } = null!; |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:è´§ä½åç§° |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LocationName" ) ] |
| | | public string? LocationName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:è¡ |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Line" ) ] |
| | | public string? Line { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:å |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Column" ) ] |
| | | public string? Column { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:å± |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Layer" ) ] |
| | | public string? Layer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:å··é |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Roadway" ) ] |
| | | public string? Roadway { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:深度 |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Depth" ) ] |
| | | public string? Depth { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:对åºå åæºå· |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="SCNo" ) ] |
| | | public string? SCNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:å åæºå¯¹åºè´§ä½ç«å°å· |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="SClocationID" ) ] |
| | | public string? SClocationID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:è´§ä½ç±»åï¼1ï¼åæ·± 2ï¼å¤æ·±ï¼ |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LocationType" ) ] |
| | | public int? LocationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:æ¯å¦è¢«éå® |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="IsLocked" ) ] |
| | | public bool IsLocked { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:è´§ä½ç¶æï¼0ï¼ç©ºé² 1ï¼æè´§ 2ï¼éå® 3ï¼æè´§ç¦ç¨ 4ï¼æ è´§ç¦ç¨ï¼ |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Status" ) ] |
| | | public int? Status { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:è´§ä½æè¿° |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LocationDesc" ) ] |
| | | public string? LocationDesc { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:æ¯å¦å é¤ |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="IsDelete" ) ] |
| | | public bool? IsDelete { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:夿³¨ |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Remark" ) ] |
| | | public string? Remark { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨: |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Spare1" ) ] |
| | | public string? Spare1 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨: |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Spare2" ) ] |
| | | public string? Spare2 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨: |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Spare3" ) ] |
| | | public string? Spare3 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨: |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Spare4" ) ] |
| | | public string? Spare4 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨: |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="Spare5" ) ] |
| | | public string? Spare5 { get; set; } |
| | | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºå主é®")] |
| | | public int AreaId { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "è´§ä½ç¼å·")] |
| | | public string LocationCode { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "è´§ä½åç§°")] |
| | | public string LocationName { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "å··éç¼å·")] |
| | | public string RoadwayNo { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½è¡")] |
| | | public int Row { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½å")] |
| | | public int Column { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½å±")] |
| | | public int Layer { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½æ·±åº¦")] |
| | | public int Depth { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æå¤§åºå")] |
| | | public int MaxQty { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "å½ååºå")] |
| | | public int CurrentQty { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½ç±»å")] |
| | | public int LocationType { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "è´§ä½ç¶æ")] |
| | | public int LocationStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "ç¦ç¨ç¶æ")] |
| | | public int EnableStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | } |
| | | |
| | | } |
| | | } |