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