2022-04-20 19:12:01 +08:00
|
|
|
package com.api.salary.web;
|
|
|
|
|
|
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Author weaver_cl
|
2022-07-13 11:45:16 +08:00
|
|
|
* @Description:
|
2022-04-20 19:12:01 +08:00
|
|
|
* @Date 2022/4/20
|
|
|
|
|
* @Version V1.0
|
|
|
|
|
**/
|
|
|
|
|
@Path("/bs/hrmsalary/welfare")
|
|
|
|
|
public class SIExportController extends com.engine.salary.web.SIExportController {
|
|
|
|
|
}
|