weaver-hrm-salary/src/com/api/salary/web/SpecialAddDeductionControll...

9 lines
206 B
Java
Raw Normal View History

2022-11-02 17:29:44 +08:00
package com.api.salary.web;
import javax.ws.rs.Path;
@Path("/bs/hrmsalary/specialAddDeduction")
public class SpecialAddDeductionController extends com.engine.salary.web.SpecialAddDeductionController {
}