2022-03-11 11:08:50 +08:00
|
|
|
package com.api.salary.web;
|
|
|
|
|
|
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
|
|
|
|
|
|
@Path("/bs/hrmsalary/attendQuote")
|
2022-03-15 09:55:58 +08:00
|
|
|
public class AttendQuoteController extends com.engine.salary.web.AttendQuoteController{
|
2022-03-11 11:08:50 +08:00
|
|
|
|
|
|
|
|
}
|