using DBUtility;
|
using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Web;
|
|
namespace WebAPI.Models
|
{
|
public class Sc_WorkDemandPlanBillSub: ClsXt_BaseBillSub
|
{
|
public double? HQty;
|
public double? HReciveQty;
|
public double? HRemoveQty;
|
public double? HUnReciveQty;
|
public int? HICMOInterID;
|
public int? HICMOEntryID;
|
public int? HProdORGID;
|
public int? HStockInOrgID;
|
public int? HInStocKOwnerID;
|
public int? HUnitID;
|
public int? HMaterID;
|
public int? HFixleadTime;
|
public int? HICMOBillSEQ;
|
public int? HICMOEmpID;
|
public string HICMOBillNo { get; set; }
|
public string HMaterName { get; set; }
|
public string HMaterModel { get; set; }
|
public string HStatus { get; set; }
|
public string HLaterReason { get; set; }
|
public string HErpClsID { get; set; }
|
public string HICMOBillRemark { get; set; }
|
public string HICMOBillNote { get; set; }
|
public string HSeOrderBillNo { get; set; }
|
public DateTime? HDayPlanDate = DateTime.Parse("1900-01-01 00:00:00");
|
public DateTime? HICMOBillDate = DateTime.Parse("1900-01-01 00:00:00");
|
public DateTime? HICMOBillDeliveryDate = DateTime.Parse("1900-01-01 00:00:00");
|
public bool HCloseStatus;
|
public bool HCloseTypeSub;
|
}
|
}
|