|
@@ -90,7 +90,7 @@ namespace Model
|
|
|
/// <summary>
|
|
|
/// 入参字段
|
|
|
/// </summary>
|
|
|
- [SugarColumn(ColumnDescription = "入参字段", Length = 50, ColumnName = "request_param_field")]
|
|
|
+ [SugarColumn(ColumnDescription = "入参字段", Length = 500, ColumnName = "request_param_field")]
|
|
|
public string? requestParamField { get; set; }
|
|
|
|
|
|
|