llj
2026-01-14 42ffec0ec04bf485268722cdd610e8d18dafd0d5
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;                                         //ÆôÓñê¼Ç
    }
}