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