1
wtt
2025-11-27 0a2eb21bd035265e490ba333871a7c6d2778fcc4
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 ClsGy_MaterialPackingRelationMain : DBUtility.ClsXt_BaseBillMain
    {
        public string HDate;                                            //ÈÕÆÚ
        public Int64 HCusID;                                            //¿Í»§
        public string HProjectName;                                     //ÏîÄ¿Ãû³Æ
        public Int64 HMaterID;                                          //ÎïÁÏ
        public Int64 HOrgID;                                            //×éÖ¯
        public string HUseFlag;                                         //ÆôÓñê¼Ç
    }
}