1
czw
7 天以前 c97f5e8db6360135d481e933fdac5d3682057adc
HH.WCS.QingXiNongfu/wms/WMSModel.cs
@@ -137,6 +137,8 @@
        {
            get; set;
        }
        public string C_ENABLE { get; set; }
        //public string S_DEEP { get; set; }
        [SugarColumn(IsIgnore = true)]
@@ -176,6 +178,7 @@
        /// 瓶盖 -> 产线 ||  取消 2024年12月9日 10:02:10 改=> LineNo>物料  ||-- 2024年12月9日 10:16:23  改=>
        /// </summary>
        public string S_TYPE { get; set; }
        [SugarColumn(IsIgnore = true)]
@@ -466,6 +469,15 @@
        /// </summary>
        public int N_CNTR_COUNT { get; set; }
        /// <summary>
        /// 物料编码
        /// </summary>
        public string S_ITEM_CODE { get; set; }
        /// <summary>
        /// 物料名称
        /// </summary>
        public string S_ITEM_NAME { get; set; }
    }