From 3631219246be48aec1e745e94e5b28ff4e8799c8 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期五, 20 十月 2023 19:35:54 +0800 Subject: [PATCH] 调整上海原版接口 --- igds-manager/src/main/java/com/ld/igds/m/view/PlanManageAudit.view.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/igds-manager/src/main/java/com/ld/igds/m/view/PlanManageAudit.view.xml b/igds-manager/src/main/java/com/ld/igds/m/view/PlanManageAudit.view.xml index 72e5014..0ab1b17 100644 --- a/igds-manager/src/main/java/com/ld/igds/m/view/PlanManageAudit.view.xml +++ b/igds-manager/src/main/java/com/ld/igds/m/view/PlanManageAudit.view.xml @@ -4,7 +4,7 @@ <Context/> <Model> <DataType name="dtDetail"> - <Property name="creationType">com.ld.igds.models.MPlanDetail</Property> + <Property name="creationType">com.ld.igds.models.InoutPlanDetail</Property> <PropertyDef name="id"> <Property></Property> <Property name="label">ID_</Property> -- Gitblit v1.9.3