From 6482b2e564a9d1d612efce0347bb1988e3ec94af Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 22 十二月 2025 14:13:10 +0800
Subject: [PATCH] 华远 PNL布局增加字段镜像类型 HMirrorType 激光割获取Mapping数据优化
---
WebAPI/Models/ClsGy_PNLInfo.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/ClsGy_PNLInfo.cs b/WebAPI/Models/ClsGy_PNLInfo.cs
index d0d4434..f71bac4 100644
--- a/WebAPI/Models/ClsGy_PNLInfo.cs
+++ b/WebAPI/Models/ClsGy_PNLInfo.cs
@@ -12,6 +12,7 @@
public string HLayOutName { get; set; }
public string HIcon { get; set; }
+ public string HMirrorType { get; set; }
public int HRowCount { get; set; }
--
Gitblit v1.9.1