14 lines
327 B
Java
14 lines
327 B
Java
|
|
package com.api.salary.web;
|
||
|
|
|
||
|
|
import javax.ws.rs.Path;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 智能算薪-计费
|
||
|
|
*
|
||
|
|
* @author chengliming
|
||
|
|
* @date 2022-11-15 16:05:40
|
||
|
|
*/
|
||
|
|
@Path("/bs/hrmsalary/taxdeclaration/apiflow/statistics")
|
||
|
|
public class TaxDeclarationApiFlowStatisticController extends com.engine.salary.web.TaxDeclarationApiFlowStatisticController {
|
||
|
|
}
|