# Conflicts:
#	openhis-server/openhis-application/src/main/java/com/openhis/web/InventoryManage/controller/PurchaseInventoryController.java
This commit is contained in:
Zhang.WH
2025-02-20 19:25:58 +08:00
16 changed files with 496 additions and 55 deletions

View File

@@ -19,4 +19,6 @@ public interface ISupplyRequestService extends IService<SupplyRequest> {
* @return 供应申请列表
*/
Page<SupplyRequest> getPage(SupplyRequest supplyRequest, Integer pageNo, Integer pageSize);
}