feat: boxPickingPrepared refs #7855
This commit is contained in:
parent
45e26bbd49
commit
28ad29c686
|
@ -997,6 +997,16 @@ interface SalixService {
|
||||||
@Body params: Any
|
@Body params: Any
|
||||||
): Call<Unit>
|
): Call<Unit>
|
||||||
|
|
||||||
|
@GET("ExpeditionStates/findOne")
|
||||||
|
fun findExpedition(
|
||||||
|
@Query("filter") filter: String
|
||||||
|
): Call<Any>
|
||||||
|
|
||||||
|
@GET("ExpeditionStateTypes/findOne")
|
||||||
|
fun getExpeditionStateTypeId(
|
||||||
|
@Query("filter") filter: String
|
||||||
|
): Call<Any>
|
||||||
|
|
||||||
@POST("WorkerMistakes")
|
@POST("WorkerMistakes")
|
||||||
fun workerMistakesAdd(
|
fun workerMistakesAdd(
|
||||||
@Body workerMistake: WorkerMistakeSalix
|
@Body workerMistake: WorkerMistakeSalix
|
||||||
|
|
Loading…
Reference in New Issue