添加ISCS风格enum定义
This commit is contained in:
parent
4e447beffa
commit
bbddf859d6
@ -76,6 +76,13 @@ enum DataType {
|
||||
DataType_Iscs = 4;
|
||||
}
|
||||
|
||||
enum IscsStyle {
|
||||
// 未知
|
||||
IscsStyle_Unknown = 0;
|
||||
// 达实智能(福州一号线)
|
||||
DaShiZhiNeng = 1;
|
||||
}
|
||||
|
||||
// 功能特性类型
|
||||
enum FeatureType {
|
||||
// 未知
|
||||
|
Loading…
Reference in New Issue
Block a user