2022-05-31 09:19:04 +08:00
|
|
|
package com.api.organization.web;
|
|
|
|
|
|
2022-05-31 10:39:07 +08:00
|
|
|
import javax.ws.rs.Path;
|
|
|
|
|
|
2022-05-31 09:19:04 +08:00
|
|
|
/**
|
|
|
|
|
* @Author weaver_cl
|
2022-06-14 11:07:48 +08:00
|
|
|
* @Description:
|
2022-05-31 09:19:04 +08:00
|
|
|
* @Date 2022/5/30
|
|
|
|
|
* @Version V1.0
|
|
|
|
|
**/
|
2022-05-31 10:39:07 +08:00
|
|
|
@Path("/bs/hrmorganization/codeSetting")
|
|
|
|
|
public class CodeSettingController extends com.engine.organization.web.CodeSettingController {
|
2022-05-31 09:19:04 +08:00
|
|
|
}
|