YL
2021-08-12 be474632093ea9c4235d72f3de8cb10ecf91929d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSb_EquipDotCheckPlanBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HEquipID;
        public DateTime HBeginDate;
        public DateTime HEndDate;
        public string HCycleUnit;
        public Int64 HCheckCycle;
        public string HExplanation;
        public string HInnerBillNo;
        
        
    }
}