From 5ba99b525e1d351f6a99e40dab27838450dae338 Mon Sep 17 00:00:00 2001
From: huangjiayang <5265313@qq.com>
Date: 星期四, 24 四月 2025 11:00:12 +0800
Subject: [PATCH] 【UPDATE】1.修改工单实体新增“作业(工序名称)”属性 2.修改工序实体新增“工作中心”属性 3.修改对应零件和钣金实体 4.修改mapping.xml字段
---
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml
index 7f4f0cc..ea3ecbe 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml
@@ -202,4 +202,5 @@
#{id}
</foreach>
</delete>
+
</mapper>
\ No newline at end of file
--
Gitblit v1.9.3