lss
2025-07-01 26edf1783992947f441096b155107128910aed82
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/models/CntrItemDetail.cs
@@ -5,7 +5,7 @@
namespace HH.WCS.JiaTong
{
    /// <summary>
    /// 托盘物料绑定表
    /// �������ϰ󶨱�
    /// </summary>
    //CntrItemRel
    [SugarTable("TN_CG_Detail")]
@@ -14,65 +14,65 @@
        public string S_CG_ID { get; set; }
        public string S_SERIAL_NO { get; set; }
        /// <summary>
        /// 物料等级
        /// ���ϵȼ�
        /// </summary>
        public string LEV { get; set; }
        /// <summary>
        /// 轮型/左右旋
        /// ����/������
        /// </summary>
        public string TyreType { get; set; }
        /// <summary>
        /// 收获批次
        /// �ջ�����
        /// </summary>
        public string ReceiveLot { get; set; }
        /// <summary>
        /// 子库
        /// �ӿ�
        /// </summary>
        public string Subpool { get; set; }
        /// <summary>
        /// 到期时间
        /// ����ʱ��
        /// </summary>
        public string D_EXP_DATE { get; set; }
        /// <summary>
        /// 生产时间
        /// ����ʱ��
        /// </summary>
        public string D_PRD_DATE { get; set; }
        /// <summary>
        /// 供应商
        /// ��Ӧ��
        /// </summary>
        public string S_SUPPLIER_NO { get; set; }
        /// <summary>
        /// GTWMS内部批号
        /// GTWMS�ڲ�����
        /// </summary>
        public string WmsLot { get; set; }
        /// <summary>
        /// 物料编码
        /// ���ϱ���
        /// </summary>
        public string S_ITEM_CODE { get; set; }
        /// <summary>
        /// 物料名称
        /// ��������
        /// </summary>
        public string S_ITEM_NAME { get; set; } = "";
        /// <summary>
        /// 物料类型
        /// ��������
        /// </summary>
        public string S_ITEM_SPEC { get; set; }
        public string S_ITEM_STATE { get; set; } = "合格";
        public string S_ITEM_STATE { get; set; } = "�ϸ�";
        /// <summary>
        /// 1:合格 2:不合格
        /// 1���ϸ� 2�����ϸ�
        /// </summary>
        public int N_ITEM_STATE { get; set; }
        public string S_BATCH_NO { get; set; }
        public string S_END_USER { get; set; } = "";
        /// <summary>
        /// 货主编码
        /// ��������
        /// </summary>
        public string S_OWNER { get; set; }
       
@@ -81,7 +81,7 @@
        public float F_QTY { get; set; }
        public string S_UOM { get; set; } = "kg";
        /// <summary>
        /// 托盘编码
        /// ���̱���
        /// </summary>
        public string S_CNTR_CODE { get; set; }
        public string S_BS_TYPE { get; set; } = "";
@@ -90,19 +90,30 @@
      
        public string F_NET_WEIGHT { get; set; } = "1";
        /// <summary>
        /// 重量
        /// ����
        /// </summary>
        public string F_WEIGHT { get; set; }
        public float F_GROSS_WEIGHT { get; set; }
        public string S_WU { get; set; } = "kg";
        /// <summary>
        /// 分配量,被其它
        /// ������,������
        /// </summary>
        public float F_ALLOC_QTY { get; set; }
        public string C_ITEM_MERGE { get; set; } = "N";
        public string S_PUTAWAY_NO { get; set; }
        /// <summary>
        /// 反向映射
        /// 每袋重量
        /// </summary>
        public string F_WEIGHT1 { get; set; }
        /// <summary>
        /// 粉料数量
        /// </summary>
        public int F_QTY1 { get; set; }
        /// <summary>
        /// ����ӳ��
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        [Navigate(NavigateType.OneToOne, nameof(S_CNTR_CODE), nameof(Container.S_CODE))]