From d24917a7422efa5aa1d3cff2ef70ad754cebaedf Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期四, 19 六月 2025 11:31:00 +0800 Subject: [PATCH] 1.生成玻璃的JobDataS数据,采用新的JobNo等id --- SourceCode/Bond/Servo/CGlass.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/SourceCode/Bond/Servo/CGlass.h b/SourceCode/Bond/Servo/CGlass.h index d2f4197..86115ef 100644 --- a/SourceCode/Bond/Servo/CGlass.h +++ b/SourceCode/Bond/Servo/CGlass.h @@ -28,11 +28,10 @@ CPath* getPath(); void addPath(unsigned int nEqId, unsigned int nUnit); void serialize(CArchive& ar); - void setJobDataB(CJobDataB* pJobDataB); - CJobDataB* getJobDataB(); void setJobDataS(CJobDataS* pJobDataS); CJobDataS* getJobDataS(); BOOL setBuddy(CGlass* pGlass); + BOOL forceSetBuddy(CGlass* pGlass); CGlass* getBuddy(); std::string& getBuddyId(); void processEnd(unsigned int nEqId, unsigned int nUnit); @@ -42,7 +41,6 @@ MaterialsType m_type; std::string m_strID; CPath* m_pPath; - CJobDataB m_jobDataB; CJobDataS m_jobDataS; CGlass* m_pBuddy; std::string m_strBuddyId; -- Gitblit v1.9.3