Shuxia Ning
2024-08-12 d2cee56db11f0ee475e9f9dbdc8bfd03ad982e18
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace HStation.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 = "设备";
    }
}