From 400fbd7324919c37f0834a57430ef1ac41e1bf61 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 07 九月 2023 17:59:30 +0800 Subject: [PATCH] 更新气体采集时分机获取 --- igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeOut.view.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeOut.view.xml b/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeOut.view.xml index 8e80b7b..1c979bd 100644 --- a/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeOut.view.xml +++ b/igds-inout/src/main/java/com/ld/igds/m/view/InoutNoticeOut.view.xml @@ -214,7 +214,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> @@ -276,7 +276,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