refs #5802 setState
This commit is contained in:
parent
61abe5bb2f
commit
0583403b20
|
@ -130,6 +130,12 @@ interface SalixService {
|
||||||
@Query("params") params: Any? = null
|
@Query("params") params: Any? = null
|
||||||
): Call<Any>
|
): Call<Any>
|
||||||
|
|
||||||
|
@POST("Applications/collection_setState/execute-proc")
|
||||||
|
fun collectionSetState(
|
||||||
|
@Query("schema") schema: String = "vn",
|
||||||
|
@Query("params") params: Any? = null
|
||||||
|
): Call<Any?>
|
||||||
|
|
||||||
@POST("Applications/itemShelvingSale_setQuantity/execute-proc")
|
@POST("Applications/itemShelvingSale_setQuantity/execute-proc")
|
||||||
fun itemShelvingSaleSetquantitySalix(
|
fun itemShelvingSaleSetquantitySalix(
|
||||||
@Query("schema") schema: String = "vn",
|
@Query("schema") schema: String = "vn",
|
||||||
|
|
Loading…
Reference in New Issue