|
@@ -25,7 +25,7 @@ public class RoleOptionLimit extends Controller {
|
|
|
super(content);
|
|
|
}
|
|
|
|
|
|
- @API(title = "新增", apiversion = R.ID20231201144302.v1.class)
|
|
|
+ @API(title = "角色选项权限-新增或更新", apiversion = R.ID20231201144302.v1.class)
|
|
|
public String insertOrUpdate() throws YosException {
|
|
|
|
|
|
Long optiontypeid = content.getLongValue("optiontypeid");
|
|
@@ -63,7 +63,7 @@ public class RoleOptionLimit extends Controller {
|
|
|
return detail();
|
|
|
}
|
|
|
|
|
|
- @API(title = "删除", apiversion = R.ID20231201145402.v1.class)
|
|
|
+ @API(title = "角色选项权限-删除", apiversion = R.ID20231201145402.v1.class)
|
|
|
public String delete() throws YosException {
|
|
|
|
|
|
Long optiontypeid = content.getLongValue("optiontypeid");
|
|
@@ -75,7 +75,7 @@ public class RoleOptionLimit extends Controller {
|
|
|
return getSucReturnObject().toString();
|
|
|
}
|
|
|
|
|
|
- @API(title = "列表", apiversion = R.ID20231201145502.v1.class)
|
|
|
+ @API(title = "角色选项权限-列表", apiversion = R.ID20231201145502.v1.class)
|
|
|
public String list() throws YosException {
|
|
|
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "角色选项限制查询列表", pageSize, pageNumber, pageSorting);
|