| | |
| | | /// <summary> |
| | | /// 璇锋眰鍙傛暟 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "璇锋眰鍙傛暟")] |
| | | [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "璇锋眰鍙傛暟")] |
| | | public string RequestParam { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍝嶅簲鍙傛暟 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "鍝嶅簲鍙傛暟")] |
| | | [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "鍝嶅簲鍙傛暟")] |
| | | public string ResponseParam { get; set; } |
| | | |
| | | /// <summary> |