using SqlSugar; namespace HH.WCS.Mobox3.RiDong.models; /// /// 配盘单 /// [SugarTable("TN_Distribution_CNTR")] public class TN_Distribution_CNTR : BaseModel { public string S_STATE_PRE { get; set; } public int N_REVIEW_RESULT { get; set; } public string S_REVIEW_COMMENT { get; set; } public string S_DEPART_ID { get; set; } public string S_DEPART_NAME { get; set; } public string S_MODIFIER_ID { get; set; } public string S_MODIFIER_NAME { get; set; } public int N_CREATEMETHOD { get; set; } public string G_SOURCE_OBJ { get; set; } /// /// 配盘单号 /// public string S_DC_NO { get; set; } public string S_WH_CODE { get; set; } public string S_AREA_CODE { get; set; } public string S_LOC_CODE { get; set; } /// /// 业务状态 /// public int N_B_STATE { get; set; } /// /// 容器编码 /// public string S_CNTR_CODE { get; set; } /// /// 出库区域编码 /// public string S_EXIT_AREA_CODE { get; set; } /// /// 出库货位编码 /// public string S_EXIT_LOC_CODE { get; set; } /// /// 楼层 /// // public int N_LAYER { get; set; } public int N_PRIORITY { get; set; } public string S_OP_CODE { get; set; } public string S_BS_TYPE { get; set; } // 来源单号 发货单号 public string S_BS_NO { get; set; } public string C_AUTO_OP { get; set; } public string S_OP_TYPE { get; set; } public string C_WHOLE_OUT { get; set; } public int N_PRE_B_STATE { get; set; } public string S_ERR { get; set; } public string S_B_STATE { get; set; } /// /// 出库类型 /// public int N_OUT_TYPE { get; set; } /// /// 出库标识 /// public string S_IDENTIFICATION { get; set; } }