1
chenhaozhe
2025-10-29 84a9c19dcd41c03c25698ae2e3dd910864e78aeb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
    public class ClsGy_SourceMouldBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HOrgID;        //int       组织
        public Int64 HDeptID;         //int       部门
        public Int64 HEmpID;         //int       负责人
        public Int64 HSourceID;         //int       产线
        public Int64 HWorkCenterID;    //int       工作中心
        public Int64 HEquipID;    //int      设备ID
 
        public Int64 HProcID; //工序ID
    }
}