|
@@ -31,6 +31,7 @@ public enum MingsoftDataType {
|
|
|
BusinessOpportunity("商机对接", "BUSINESS_OPPORTUNITY"),
|
|
BusinessOpportunity("商机对接", "BUSINESS_OPPORTUNITY"),
|
|
|
Browse("浏览量", "BROWSE"),
|
|
Browse("浏览量", "BROWSE"),
|
|
|
BrowseRecords("浏览记录", "BROWSE_RECORDS"),
|
|
BrowseRecords("浏览记录", "BROWSE_RECORDS"),
|
|
|
|
|
+ Collection("收藏", "COLLECTION"),
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
MingsoftDataType(String name, String table) {
|
|
MingsoftDataType(String name, String table) {
|