Explorar o código

修改奖励记录入参字段长度

lcl hai 3 meses
pai
achega
620838a816
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Model/Database/PriRecord.cs

+ 1 - 1
Model/Database/PriRecord.cs

@@ -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; }