|
package com.api.organization.web;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @Author weaver_cl
|
|
* @Description:
|
|
* @Date 2022/5/20
|
|
* @Version V1.0
|
|
**/
|
|
@Path("/bs/hrmorganization/dept")
|
|
public class DepartmentController extends com.engine.organization.web.DepartmentController {
|
|
}
|