From a9771590e13e99c9ebb06511aebcb358bea46e99 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期日, 29 六月 2025 18:45:46 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
WebAPI/Models/ClsGy_PNLInfoSub.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Models/Gy_PNLInfoSub.cs b/WebAPI/Models/ClsGy_PNLInfoSub.cs
similarity index 72%
rename from WebAPI/Models/Gy_PNLInfoSub.cs
rename to WebAPI/Models/ClsGy_PNLInfoSub.cs
index b3e1a8c..90146fd 100644
--- a/WebAPI/Models/Gy_PNLInfoSub.cs
+++ b/WebAPI/Models/ClsGy_PNLInfoSub.cs
@@ -5,14 +5,16 @@
namespace WebAPI.Models
{
- public class Gy_PNLInfoSub
+ public class ClsGy_PNLInfoSub
{
public int HInterID { get; set; } // 涓昏〃ID
public int HEntryID { get; set; } // 瀛愯〃ID
public string HLayOutName { get; set; } // PNL甯冨眬鍚嶇О
public string HSetNo { get; set; } // set鍙�
- public string HPcsNo { get; set; } // PCS鍙�
+ public string HPCSNo { get; set; } // PCS鍙�
public int HPosition_x { get; set; } // PCS琛屾墍鍦ㄧ储寮�
public int HPosition_y { get; set; } // PCS鍒楁墍鍦ㄧ储寮�
+ public int HSetPosition_y { get; set; }
+ public int HSetPosition_x { get; set; }
}
}
--
Gitblit v1.9.1