using System; namespace XGL.Models { public class basedata_carrealinfoModel { /// ///CarNo /// public string CarNo { get; set; } /// ///MaterialNo /// public string MaterialNo { get; set; } /// ///MaterialBarNo /// public string MaterialBarNo { get; set; } /// ///CurrNodeId /// public int CurrNodeId { get; set; } /// ///LocatorNodeId /// public int LocatorNodeId { get; set; } /// ///OptDt /// public string OptDt { get; set; } /// ///PlanDt /// public int PlanDt { get; set; } /// ///OffMaterialId /// public int OffMaterialId { get; set; } /// ///IsOver /// public int IsOver { get; set; } /// ///TrayCode /// public string TrayCode { get; set; } /// ///StartAreaId /// public int StartAreaId { get; set; } /// ///TargetAreaId /// public int TargetAreaId { get; set; } /// ///IsDirect /// public int IsDirect { get; set; } /// ///Id /// public int Id { get; set; } /// ///IsDeleted /// public bool IsDeleted { get; set; } /// ///CreateTime /// public string CreateTime { get; set; } /// ///CreateId /// public int CreateId { get; set; } /// ///CreateBy /// public string CreateBy { get; set; } /// ///ModifyTime /// public string ModifyTime { get; set; } /// ///ModifyId /// public int ModifyId { get; set; } /// ///ModifyBy /// public string ModifyBy { get; set; } public string ProductCode { get; set; } } public class common_base_unitModel { /// ///Id /// public string id { get; set; } /// ///unit_no /// public string order_code { get; set; } /// ///unit_name /// public string line_code { get; set; } /// ///product_no /// public string prod_code { get; set; } public string prod_desc { get; set; } public string materiel_box_no { get; set; } public string est { get; set; } public string Quantity { get; set; } public string UpQuantity { get; set; } public string outwarehousequantity { get; set; } public string kzquantity { get; set; } public string production_sequence { get; set; } //可转入数量 public string maby_amount { get; set; } //库区数量 public string area_amount { get; set; } } }