职等职级 实体类 查询接口
parent
40f3585310
commit
af42fe2e12
@ -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 {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue