1
llj
3 天以前 e8bc9235531fc42752d870426402df03c7b4da52
1
1个文件已添加
22 ■■■■■ 已修改文件
NETERPNoWin/bin/x86/Debug/Models/ClsSc_MouldScrapOutBillMain.cs 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
NETERPNoWin/bin/x86/Debug/Models/ClsSc_MouldScrapOutBillMain.cs
New file
@@ -0,0 +1,22 @@
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
    }
}