2022-05-16 11:33:19 +08:00
|
|
|
package com.api.organization.web;
|
|
|
|
|
|
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @description: TODO
|
|
|
|
|
* @author:dxfeng
|
|
|
|
|
* @createTime: 2022/05/16
|
|
|
|
|
* @version: 1.0
|
|
|
|
|
*/
|
2022-05-16 13:51:50 +08:00
|
|
|
@Path("/bs/hrmorganization/group")
|
2022-05-16 14:29:11 +08:00
|
|
|
public class GroupController extends com.engine.organization.web.GroupController {
|
2022-05-16 11:33:19 +08:00
|
|
|
|
|
|
|
|
}
|