| | |
| | | /// <summary> |
| | | /// 表单号 |
| | | /// </summary> |
| | | [SugarColumn(Length = 500, IsNullable = true)] |
| | | public string FormNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 表单名称 |
| | | /// </summary> |
| | | [SugarColumn(Length = 500, IsNullable = true)] |
| | | public string FormName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 问题编码 |
| | | /// </summary> |
| | | [SugarColumn(Length = 500, IsNullable = true)] |
| | | public string Faq { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 问题描述 |
| | | /// </summary> |
| | | [SugarColumn(Length = 500, IsNullable = true)] |
| | | public string Question { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 地址 |
| | | /// </summary> |
| | | [SugarColumn(Length = 500, IsNullable = true)] |
| | | public string Address { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 定位 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string Location { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 维修用户名称 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true)] |
| | | public string RepairUserName { get; set; } |
| | | |
| | | /// <summary> |