|
@@ -309,11 +309,11 @@ public interface AmsFeign {
|
|
|
@PostMapping(value = "api/v1/ams/amstransrequirements/selectUnitPrice")
|
|
@PostMapping(value = "api/v1/ams/amstransrequirements/selectUnitPrice")
|
|
|
Map<String, Object> selectUnitPrice(@RequestBody Map<String, Object> map);
|
|
Map<String, Object> selectUnitPrice(@RequestBody Map<String, Object> map);
|
|
|
|
|
|
|
|
|
|
+ @PostMapping(value = "api/v1/ams/amsscheduledispatchs/noPage")
|
|
|
|
|
+ Map<String, Object> amsScheduleDispatchNoPage(@RequestBody Map<String, Object> map);
|
|
|
@PostMapping(value = "api/v1/ams/amstransrequirements/saleDispatchDuoPin")
|
|
@PostMapping(value = "api/v1/ams/amstransrequirements/saleDispatchDuoPin")
|
|
|
RESTfulResult saleDispatchDuoPin(@RequestBody Map<String, Object> map);
|
|
RESTfulResult saleDispatchDuoPin(@RequestBody Map<String, Object> map);
|
|
|
|
|
|
|
|
@PostMapping(value = "api/v1/ams/amstransrequirements/getMaterialOperation")
|
|
@PostMapping(value = "api/v1/ams/amstransrequirements/getMaterialOperation")
|
|
|
RESTfulResult getMaterialOperation(@RequestBody Map<String,Object> map);
|
|
RESTfulResult getMaterialOperation(@RequestBody Map<String,Object> map);
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|