chenhaozhe
2025-05-26 29bf38f64c14321cf435e897c396111e92ab03a7
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             --²¿ÃÅ
 
    }
}