From 29a928860314d79adfbd6fd564b916ea9e834a4e Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期三, 31 五月 2023 22:37:45 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeIn.view.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeIn.view.xml b/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeIn.view.xml index bc15816..642c3ca 100644 --- a/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeIn.view.xml +++ b/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeIn.view.xml @@ -171,7 +171,7 @@ </PropertyDef> </DataType> <DataType name="dtPlan"> - <Property name="creationType">com.ld.igds.models.MPlan</Property> + <Property name="creationType">com.ld.igds.models.InoutPlan</Property> <PropertyDef name="id"> <Property></Property> <Property name="label">璁″垝缂栫爜</Property> @@ -233,7 +233,7 @@ </PropertyDef> </DataType> <DataType name="dtContract"> - <Property name="creationType">com.ld.igds.models.MContract</Property> + <Property name="creationType">com.ld.igds.models.InoutContract</Property> <PropertyDef name="id"> <Property></Property> <Property name="label">ID_</Property> -- Gitblit v1.9.3