duheng
10 天以前 4de480ec624d3b79ca690dc906e10cd2fbdc9be7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace IStation.WinFrmUI
{
 
    /// 对象类型
    /// <summary>
    /// </summary>
    public class ObjectType
    {
        public const string ProductStyle_设备分类 = "设备分类";
        public const string ProductSeries_设备系列 = "设备系列";
        public const string ProductMain_设备型号 = "设备型号";
        public const string ProductMotor_电机 = "电机";
 
        public const string PartBase = "设备";
    }
}