wtt
2025-05-26 258ae0d26334c539f5eb75e785832ecec7d34524
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_WorkShopICStockBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HMangerID;         //   int            --¸ºÔðÈË
        public Int64 HSecManagerID;     //  int               --ÑéÊÕ
        public Int64 HKeeperID;         //   int             --±£¹ÜÔ±
        public Int64 HDeptID;           //     int             --²¿ÃÅ
 
    }
}