You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
277 B
Java
16 lines
277 B
Java
3 years ago
|
package com.api.organization.web;
|
||
|
|
||
|
import javax.ws.rs.Path;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
* @description: TODO
|
||
|
* @author:dxfeng
|
||
|
* @createTime: 2022/05/16
|
||
|
* @version: 1.0
|
||
|
*/
|
||
3 years ago
|
@Path("/bs/hrmorganization/group")
|
||
3 years ago
|
public class GroupController extends com.engine.organization.web.GroupController {
|
||
3 years ago
|
|
||
|
}
|