|
@@ -19,5 +19,5 @@ public interface ISyOrderDataItemService extends IService<SyOrderDataItem> {
|
|
List<Map<String,String>> querySupplier();
|
|
List<Map<String,String>> querySupplier();
|
|
void deleteByID(String id);
|
|
void deleteByID(String id);
|
|
void deleteByOrderID( String id);
|
|
void deleteByOrderID( String id);
|
|
- SyOrderDataItem queryItemMub(String id);
|
|
|
|
|
|
+ String queryItemMub(String id);
|
|
}
|
|
}
|