From 03df72155ccd47912384b3e5f3fceb7331e377de Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期五, 13 九月 2024 14:48:49 +0800 Subject: [PATCH] 2024-09-13 朱宝民 优化获取交易明细记录,余额改为操作表余额,返回字段增加收银员姓名及分页参数 --- pipIrr-platform/pipIrr-web/pipIrr-web-remote/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-remote/pom.xml b/pipIrr-platform/pipIrr-web/pipIrr-web-remote/pom.xml index a41ff4b..4bd9060 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-remote/pom.xml +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-remote/pom.xml @@ -9,6 +9,12 @@ <version>1.0.0</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>com.dy</groupId> + <artifactId>pipIrr-web-sell</artifactId> + <version>1.0.0</version> + <scope>compile</scope> + </dependency> </dependencies> <parent> -- Gitblit v1.8.0