kazelee
6 小时以前 2d3ee03961d6cfbde70342e8a97bc7b05d0b0dc3
models/TN_Record_Table.cs
File was renamed from model/TN_Record_Table.cs
@@ -13,6 +13,10 @@
    [SugarTable("TN_Record_Table")]
    public class TN_Record_Table : BaseModel {
        /// <summary>
        /// 业务单号
        /// </summary>
        public string S_NO { get; set; }
        /// <summary>
        /// 任务号
        /// </summary>
        public string S_TASK_NO { get; set; }
@@ -53,7 +57,7 @@
        public int N_QTY { get; set; } = 0;
        /// <summary>
        /// 货位编码(库内货位,入库就是终点,出库就是起点)
        /// 货位编码 (库内货位,入库就是终点,出库就是起点)
        /// </summary>
        public string S_LOC_CODE { get; set; }