|
package com.api.salary.web;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @Author weaver_cl
|
|
* @Description: TODO
|
|
* @Date 2022/3/9
|
|
* @Version V1.0
|
|
**/
|
|
@Path("/bs/hrmsalary/sicategory")
|
|
public class SICategoryController extends com.engine.salary.web.SICategoryController {
|
|
}
|