1
chenhaozhe
2025-10-29 84a9c19dcd41c03c25698ae2e3dd910864e78aeb
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 ClsSc_MouldReportBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HDeptID;
        public string HExplanation;
        public string HInnerBillNo;
        public Int64 HGroupID;
        public Single HSumTimes;
        public Int64 HMouldID;
    }
}