| | |
| | | /// <summary> |
| | | /// 参数 |
| | | /// </summary> |
| | | public List<ParameterInfo> ParameterInfo { get; set; } |
| | | public List<ParameterInfoOutput> ParameterInfo { get; set; } |
| | | } |
| | | |
| | | public class ParameterInfo |
| | | public class ParameterInfoOutput |
| | | { |
| | | /// <summary> |
| | | /// 参数编码 |
| | | /// </summary> |
| | | public string ParamterCode { get; set; } |
| | | public string ParameterCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数描述 |
| | |
| | | /// <summary> |
| | | /// 下限 |
| | | /// </summary> |
| | | public string LowerLomit { get; set; } |
| | | public string LowerLimit { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 目标值 |
| | |
| | | /// 缺陷代码 |
| | | /// </summary> |
| | | public string DefectCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 单位 |
| | | /// </summary> |
| | | public string UOMCode { get; set; } |
| | | } |