|
package com.api.salary.web;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @Description: 我的薪资福利显示设置
|
|
* @Author: wangxiangzhong
|
|
* @Date: 2021-12-08 14:44
|
|
*/
|
|
@Path("/bs/hrmsalary/mySalaryShowSet")
|
|
public class MySalaryShowSetController extends com.engine.salary.web.MySalaryShowSetController {
|
|
|
|
}
|