Sign in

MES / haiNeng · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • haiNeng
  • sys
  • sys_HSL
  • Hh.Mes.Communication
  • PLCComponent
  • Sharp7Component
  • LockInt.cs
  • 文件初始化
    dfcade0b
    赖素文 authored
    2023-08-11 09:06:26 +0800  
    Browse Code »
LockInt.cs 220 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
namespace HHECS.Model.PLCHelper.PLCComponent.Sharp7Component
{
    /// <summary>
    /// 锁
    /// </summary>
    public class LockInt
    {
        public int I = 0;
        public string Key { get; set; }
    }
}