权限管理
This commit is contained in:
parent
b348aa6ed9
commit
bb8888cbca
|
|
@ -87,7 +87,6 @@ public class PmPostTypeController extends BaseController{
|
||||||
/**
|
/**
|
||||||
* 工种类型列表
|
* 工种类型列表
|
||||||
*/
|
*/
|
||||||
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("post:type:list"))
|
|
||||||
@GetMapping("/listAll")
|
@GetMapping("/listAll")
|
||||||
@SysLog(title = "工种类型管理", businessType = OperaType.QUERY, logType = 0, module = "工种类型管理->工种类型列表")
|
@SysLog(title = "工种类型管理", businessType = OperaType.QUERY, logType = 0, module = "工种类型管理->工种类型列表")
|
||||||
public TableDataInfo listAll(PmPostType pmPostType) {
|
public TableDataInfo listAll(PmPostType pmPostType) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue