1
duhe
2024-01-29 2c94ac81135dea89de381ba6985fc48fa3e800b6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WebAPI.Models
{
    public class ClsSc_MouldDotCheckBillSub:DBUtility.ClsXt_BaseBillSub
    { 
        //============
        public string HDotCheckItem;//  varchar(100)  --µã¼ìÏîÄ¿
        public string HDotCheckPart;//  varchar(100)  --µã¼ì²¿Î»
        public string HClaim;//   varchar(100)       --¾ßÌåÒªÇó
        public long HManagerID;// int           --¸ºÔðÈËid(h_v_IF_Employee)
        public long HDotCheckItemID;// int           --¸ºÔðÈËid(h_v_IF_Employee)
 
 
    }
}