Merge pull request !7 from reset/feature/cl
This commit is contained in:
reset 2022-05-16 05:53:00 +00:00 committed by Gitee
commit 61fa9013b6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 {
}