Sign in

MES / MES-BaseMes10.0 · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MES-BaseMes10.0
  • sys
  • sys_HSL
  • Hh.Mes.Communication
  • PLCComponent
  • Sharp7Component
  • LockInt.cs
  • 项目初始,待删减
    3d89c376
    高翔 authored
    2024-07-04 17:06:49 +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; }
    }
}