Shuxia Ning
2025-02-13 2f1cbec203dcff25df7a5c2b51b13ec558f2c3db
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 = "设备";
    }
}