mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-08 08:56:35 +08:00
尝试使用源生成器规范NodeModel代码逻辑
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
using Net462DllTest.View;
|
||||
using Serein.Library.Attributes;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Serein.Library;
|
||||
|
||||
namespace Net462DllTest.Signal
|
||||
{
|
||||
|
||||
@@ -1,17 +1,5 @@
|
||||
using IoTClient.Clients.PLC;
|
||||
using IoTClient.Enums;
|
||||
using Net462DllTest.Trigger;
|
||||
using IoTClient.Enums;
|
||||
using Net462DllTest.Signal;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection.Emit;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static Net462DllTest.Signal.PlcVarInfoAttribute;
|
||||
using Serein.Library.Attributes;
|
||||
using static Net462DllTest.Signal.PlcVarInfo;
|
||||
|
||||
namespace Net462DllTest.Enums
|
||||
|
||||
Reference in New Issue
Block a user