namespace Sln.Iot.Model.api.TestAndInspection.Enum { /// /// 抽样方法枚举 /// public enum SamplingMethod { /// 不抽样 NoSampling = 0, /// AQL抽样 AQL = 1 } }