王 垚
2022-12-12 6480e23ba58038f5522ec4f91cc4ede4a6732820
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;//       //ÄÚ²¿µ¥¾ÝºÅ
        
    }
}