feat: refs #6861 reservas
This commit is contained in:
parent
937b06c198
commit
ab6940b7db
|
@ -510,6 +510,11 @@ interface SalixService {
|
|||
@Query("params") params: Any? = null, @Query("schema") schema: String = "vn"
|
||||
): Call<Any>
|
||||
|
||||
@POST("Applications/saleTracking_sectorCollectionAddPrevOK/execute-proc")
|
||||
fun saleTrackingSectorCollectionAddPrevOK(
|
||||
@Query("params") params: Any? = null, @Query("schema") schema: String = "vn"
|
||||
): Call<Any>
|
||||
|
||||
@POST("Applications/machine_getWorkerPlate/execute-proc")
|
||||
fun machineGetWorkerPlate(
|
||||
@Query("params") params: Any? = null, @Query("schema") schema: String = "vn"
|
||||
|
|
Loading…
Reference in New Issue