14 lines
254 B
Java
14 lines
254 B
Java
|
|
package com.api.salary.web;
|
||
|
|
|
||
|
|
import javax.ws.rs.Path;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @Author weaver_cl
|
||
|
|
* @Description:
|
||
|
|
* @Date 2022/4/20
|
||
|
|
* @Version V1.0
|
||
|
|
**/
|
||
|
|
@Path("/bs/hrmsalary/welfare")
|
||
|
|
public class SIExportController extends com.engine.salary.web.SIExportController {
|
||
|
|
}
|