修改url

This commit is contained in:
Chengliang 2022-05-16 13:51:50 +08:00
parent c8bf7c1633
commit a97caae514
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import javax.ws.rs.Path;
* @createTime: 2022/05/16
* @version: 1.0
*/
@Path("/bs/hrmorganization/company")
@Path("/bs/hrmorganization/group")
public class CompanyController extends com.engine.organization.web.CompanyController {
}