22
jingh
2021-08-07 bcc095f215ec7abd6dd33ea9e822e2c7eddda601
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 Model
{
    public class ClsCg_PORequestPriceBillMain : DBUtility.ClsXt_BaseBillMain
    {
       
        public Int64 HEmpID;//     int                   --ÒµÎñÔ±  (Gy_Employee)
        public Int64 HSupID;    
        public Int64 HDeptID;//     int                 --²¿ÃÅ    (Gy_Employee)
        public string HUse;//    varchar(500)  --ʹÓÃÓÃ;
        public string HExplanation;//  varchar(200)             --ÕªÒª 
        public string HInnerBillNo;//  varchar(50)             --ÄÚ²¿µ¥¾ÝºÅ
        public string HReason;//varchar(50)  µ÷¼ÛÔ­Òò
    }
}