1
duhe
2025-03-03 773e65fc78cd6300aaa706efdcb5756db9ad59a4
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
    }
}