llj
2 天以前 1c90213ebd42e2d00324a71a67a60d07e4c8a7da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace Model
{
    public class ClsGy_SampleScheme_Model : DBUtility.ClsGy_Base_Model
    {
        public int HInterID;
        public int HSampleTimes;
        public string HSampleType;
        public string HSampleLevel;
        public string HStrictLevel;
        public string HAQL;
        public string HEffectDate;
        public bool HIsSystemSet;
        public string HExpireDate;
 
 
 
 
 
 
    }
}