zzr99
2021-10-22 17ea6bba570df1f10bf203c7577054d6d7b43a2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsPay_MonthICMOStockSumBillMain : DBUtility.ClsXt_BaseBillMain
    {
 
        public Int64 HGroupID;//    int    //°à×é(h_v_IF_Group)
        public Int64 HDeptID;//        int    //²¿ÃÅ£¨h_v_IF_Department£©
        public string HExplanation;//       //ÕªÒª
        public string HInnerBillNo;//       //ÄÚ²¿µ¥¾ÝºÅ
        
    }
}