|
package com.api.organization.web;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
*
|
|
* @description: TODO
|
|
* @author:dxfeng
|
|
* @createTime: 2022/05/16
|
|
* @version: 1.0
|
|
*/
|
|
@Path("/bs/hrmorganization/group")
|
|
public class GroupController extends com.engine.organization.web.GroupController {
|
|
|
|
}
|