From 28aa72e56b42a5c3b8790b647bcfb7efcebf9968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Fri, 5 Apr 2024 14:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=B7=91=E7=9A=84=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductionSystem/Untils/MFMsgVariable.cs | 7 +++++++ ProductionSystem/Untils/Message/IEquipment.cs | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 ProductionSystem/Untils/MFMsgVariable.cs create mode 100644 ProductionSystem/Untils/Message/IEquipment.cs diff --git a/ProductionSystem/Untils/MFMsgVariable.cs b/ProductionSystem/Untils/MFMsgVariable.cs new file mode 100644 index 0000000..c946a38 --- /dev/null +++ b/ProductionSystem/Untils/MFMsgVariable.cs @@ -0,0 +1,7 @@ +namespace ProductionSystem.Untils +{ + public class MFMsgVariable + { + + } +} \ No newline at end of file diff --git a/ProductionSystem/Untils/Message/IEquipment.cs b/ProductionSystem/Untils/Message/IEquipment.cs new file mode 100644 index 0000000..4d38844 --- /dev/null +++ b/ProductionSystem/Untils/Message/IEquipment.cs @@ -0,0 +1,7 @@ +namespace ProductionSystem.Untils.Message +{ + public class IEquipment + { + + } +} \ No newline at end of file