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;
|
|
|
|
|
|
|
}
|
}
|