职等职级 实体类 查询接口

This commit is contained in:
dxfeng 2022-05-07 10:20:00 +08:00
parent 40f3585310
commit af42fe2e12
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
package com.api.organization.web;
import javax.ws.rs.Path;
/**
* @Author weaver_cl
* @Description: TODO
* @Date 2022/4/26
* @Version V1.0
**/
@Path("/bs/hrmorganization/scheme")
public class SchemeController extends com.engine.organization.web.SchemeController {
}