From 7281004dc3854ed59e9164dcd27a59c8c2cf6667 Mon Sep 17 00:00:00 2001 From: qinchulong <qinchulong@hnkhzn.com> Date: 星期六, 12 十月 2024 15:16:55 +0800 Subject: [PATCH] 初始化 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs | 182 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 182 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs" new file mode 100644 index 0000000..d7d8c2b --- /dev/null +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs" @@ -0,0 +1,182 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using SqlSugar; +using WIDESEA_Core.DB.Models; +namespace WIDESEA_Model.Models +{ + /// <summary> + /// 璐т綅琛� + ///</summary> + [SugarTable("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; } + + + } + +} \ No newline at end of file -- Gitblit v1.9.3