|
@@ -23,9 +23,9 @@ import lombok.experimental.Accessors;
|
|
|
@Setter
|
|
|
@ToString
|
|
|
public class TPluginConfigAttributeParam extends TPluginConfigAttribute {
|
|
|
- @CamelCaseToUnderscore
|
|
|
- @ApiModelProperty(value = "排序,如:id desc")
|
|
|
- private String orderByClause;
|
|
|
+ // @CamelCaseToUnderscore
|
|
|
+ // @ApiModelProperty(value = "排序,如:id desc")
|
|
|
+ // private String orderByClause;
|
|
|
@ApiModelProperty(value = "是否distinct")
|
|
|
private boolean distinct;
|
|
|
@ApiModelProperty(value = "分页,展示多少条记录")
|
|
@@ -39,4 +39,4 @@ public class TPluginConfigAttributeParam extends TPluginConfigAttribute {
|
|
|
|
|
|
/*==================================以上是自动生成部分字段======================================*/
|
|
|
|
|
|
-}
|
|
|
+}
|