wangxinhui
2026-03-17 febcd0c73b51b17f484ff9a9a189b1f85130c2f7
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 = "铝壳缓存架二楼";
 
        public const string PLCNameJR = "卷绕缓存架及自动门";
    }
}