增加"注销"按钮、刷卡登录时如果PLC连接则下发权限

This commit is contained in:
2026-09-03 11:05:15 +08:00
parent c5f24fea91
commit 6010e21c6c
4 changed files with 1645 additions and 1618 deletions
+7
View File
@@ -34,5 +34,12 @@ namespace JinYuan.Models
#region 日志文件夹名称
public const string USER_LOG = "OperaLog";
#endregion
#region PLC名称
/// <summary>
/// 组盘PLC名称
/// </summary>
public const string PLCNAME_ZUPAN = "PLC_1";
#endregion
}
}