9 lines
184 B
Java
9 lines
184 B
Java
|
|
package com.api.salary.web;
|
||
|
|
|
||
|
|
import javax.ws.rs.Path;
|
||
|
|
|
||
|
|
@Path("/bs/hrmsalary/attendQuote")
|
||
|
|
public class AttendQuoteController extends com.engine.salary.web.AddUpDeductionController{
|
||
|
|
|
||
|
|
}
|