2022-06-14 09:36:47 +08:00
|
|
|
package com.api.organization.web;
|
|
|
|
|
|
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Author weaver_cl
|
2022-06-14 11:07:48 +08:00
|
|
|
* @Description:
|
2022-06-14 09:36:47 +08:00
|
|
|
* @Date 2022/6/13
|
|
|
|
|
* @Version V1.0
|
|
|
|
|
**/
|
|
|
|
|
@Path("/bs/hrmorganization/fieldDefined")
|
|
|
|
|
public class FieldDefinedController extends com.engine.organization.web.FieldDefinedController {
|
|
|
|
|
}
|