fix 标签管理
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ public class LawsTagController extends JeroController<LawsTag, ILawsTagService>
|
||||
*/
|
||||
@AutoLog(value = "标签管理-分页列表查询")
|
||||
@ApiOperation(value="标签管理-分页列表查询", notes="标签管理-分页列表查询")
|
||||
@RequiresPermissions("tag:page")
|
||||
//@RequiresPermissions("tag:page")
|
||||
@GetMapping(value = "/page")
|
||||
public Result<?> queryPageList(LawsTag lawsTag,
|
||||
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
||||
|
||||
@@ -93,6 +93,9 @@ public class LawsTag implements Serializable {
|
||||
/**排序*/
|
||||
private Integer orderNum;
|
||||
|
||||
/**是否支持排序1是0否*/
|
||||
private Integer sortFlag;
|
||||
|
||||
/**字段是否必填0否 1是*/
|
||||
private String fieldMustInput;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user