wangxinhui
2024-09-23 a3eb67538c4716aef9967f1e6301720cce095e3c
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 = "铝壳缓存架二楼";
 
      
    }
}