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.
weaver-hrm-organization/src/com/api/organization/web/JobController.java

14 lines
261 B
Java

3 years ago
package com.api.organization.web;
import javax.ws.rs.Path;
/**
3 years ago
* @description:
3 years ago
* @author:dxfeng
* @createTime: 2022/05/27
* @version: 1.0
*/
@Path("/bs/hrmorganization/job")
public class JobController extends com.engine.organization.web.JobController{
}