Add ProductType
This commit is contained in:
@@ -18,7 +18,8 @@ enum MemberType
|
||||
CustomerType = 0x0B,
|
||||
TimeBaseType = 0x0C,
|
||||
TimeRangeType = 0x0D,
|
||||
TimeStepConfigType = 0x0E
|
||||
TimeStepConfigType = 0x0E,
|
||||
ProductType = 0x0F
|
||||
};
|
||||
|
||||
#endif // MEMBER_TYPE_H_INCLUDED
|
||||
|
Reference in New Issue
Block a user