wangxinhui
2024-12-26 78b99e5348592a29ca1393a5e13db619cc4eba56
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace WIDESEA_Common
{
    public class PLCConst
    {
        public const string PLCName1FLKHCJ = "铝壳缓存架一楼";
 
        public const string PLCName2FLKHCJ = "铝壳缓存架二楼";
 
      
    }
}