| | |
| | | /// </summary> |
| | | [DisplayName("是否启用(Y/N)")] |
| | | public string IS_ACTIVE { get; set; } |
| | | /// <summary> |
| | | /// 设置值1 |
| | | /// </summary> |
| | | [DisplayName("设置值1")] |
| | | /// <summary> |
| | | /// 是否设置完成(Y/N) |
| | | /// </summary> |
| | | [DisplayName("是否设置完成(Y/N)")] |
| | | public string SETUP_FINISH { get; set; } |
| | | /// <summary> |
| | | /// 设置值1 |
| | | /// </summary> |
| | | [DisplayName("设置值1")] |
| | | public string OPTION_1 { get; set; } |
| | | /// <summary> |
| | | /// 设置值2 |
| | |
| | | /// </summary> |
| | | [DisplayName("设置值5")] |
| | | public string OPTION_5 { get; set; } |
| | | /// <summary> |
| | | /// 是否设置完成(Y/N) |
| | | /// </summary> |
| | | [DisplayName("是否设置完成(Y/N)")] |
| | | public string SETUP_FINISH { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |
| | | /// <summary> |
| | | /// 设置值6 |
| | | /// </summary> |
| | | [DisplayName("设置值6")] |
| | | public string OPTION_6 { get; set; } |
| | | /// <summary> |
| | | /// 设置值7 |
| | | /// </summary> |
| | | [DisplayName("设置值7")] |
| | | public string OPTION_7 { get; set; } |
| | | /// <summary> |
| | | /// 设置值8 |
| | | /// </summary> |
| | | [DisplayName("设置值8")] |
| | | public string OPTION_8 { get; set; } |
| | | /// <summary> |
| | | /// 设置值9 |
| | | /// </summary> |
| | | [DisplayName("设置值9")] |
| | | public string OPTION_9 { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |
| | | public string REMARK { get; set; } |
| | | #endregion |
| | | |