chenhaozhe
2 天以前 da84e4e72c9d9cc7e2bd40dc4bb7b3222ca3519a
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;
 
 
 
 
 
 
    }
}