| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace WebAPI.Models |
| | | { |
| | | public class ClsSc_MouldScrapOutBillMain: DBUtility.ClsXt_BaseBillMain |
| | | { |
| | | public long HMouldID;// int --产品模具 |
| | | public string HPlanNo;// varchar(50) --点检计划编号 |
| | | public long HPlanInterID;// int --点检计划内码 |
| | | public string HBeginDate;// datetime --点检开始日期 |
| | | public string HEndDate;// datetime --点检结束日期 |
| | | public string HExplanation;// varchar(500) --ժҪ |
| | | public string HInnerBillNo;// varchar(50) --内部单据号 |
| | | public long HDeptID;// int --部门ID |
| | | public long HWHID;// int --仓库ID |
| | | public long HSecManagerID;// int -- |
| | | public long HKeeperID;// int -- |
| | | public bool HRedBlueFlag;// bool |
| | | } |
| | | } |