From 276ad4ea1346d9534a74495dac38a434b2cdd48e Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Tue, 11 Oct 2022 00:58:14 +0800 Subject: [PATCH] 1 --- ...AdsIbgUniversalJosServiceAdQueryRequest.cs | 223 ++ ...IbgUniversalJosServiceGroupQueryRequest.cs | 199 ++ ...dsIbgUniversalJosServiceAdQueryResponse.cs | 16 + ...bgUniversalJosServiceGroupQueryResponse.cs | 16 + BBWY.Test/Program.cs | 55 +- ...数据库-backup-20221011005804.pdma.json} | 2027 +++++++++++++++-- doc/步步为盈数据库.pdma.json | 2020 ++++++++++++++-- 7 files changed, 4128 insertions(+), 428 deletions(-) create mode 100644 BBWY.JDSDK/Request/AdsIbgUniversalJosServiceAdQueryRequest.cs create mode 100644 BBWY.JDSDK/Request/AdsIbgUniversalJosServiceGroupQueryRequest.cs create mode 100644 BBWY.JDSDK/Response/AdsIbgUniversalJosServiceAdQueryResponse.cs create mode 100644 BBWY.JDSDK/Response/AdsIbgUniversalJosServiceGroupQueryResponse.cs rename doc/.back_步步为盈数据库/{步步为盈数据库-backup-2022107163441.pdma.json => 步步为盈数据库-backup-20221011005804.pdma.json} (88%) diff --git a/BBWY.JDSDK/Request/AdsIbgUniversalJosServiceAdQueryRequest.cs b/BBWY.JDSDK/Request/AdsIbgUniversalJosServiceAdQueryRequest.cs new file mode 100644 index 00000000..10767cb8 --- /dev/null +++ b/BBWY.JDSDK/Request/AdsIbgUniversalJosServiceAdQueryRequest.cs @@ -0,0 +1,223 @@ +using System; +using System.Collections.Generic; +using Jd.Api.Response; +using Jd.Api.Util; +namespace Jd.Api.Request +{ + public class AdsIbgUniversalJosServiceAdQueryRequest : JdRequestBase + { + public string + adName + {get; set;} + + public string + campaignType + {get; set;} + + public string + scenarioType + {get; set;} + + public string + adGroupName + {get; set;} + + public string + giftFlag + {get; set;} + + public string + campaignId + {get; set;} + + public string + startDay + {get; set;} + + public string + deliveryType + {get; set;} + + public string + packageId + {get; set;} + + public string + orderStatusCategory + {get; set;} + + public string + pageSize + {get; set;} + + public string + mediaType + {get; set;} + + public string + impressionOrClickEffect + {get; set;} + + public string + adGroupId + {get; set;} + + public string + platform + {get; set;} + + public string + adId + {get; set;} + + public string + endDay + {get; set;} + + public string + clickOrOrderDay + {get; set;} + + public string + isDaily + {get; set;} + + public string + siteId + {get; set;} + + public string + page + {get; set;} + + public string + clickOrOrderCaliber + {get; set;} + + public string + filters + {get; set;} + + public string + ids + {get; set;} + + public string + interactiveType + {get; set;} + + public string + businessType + {get; set;} + + public string + authType + {get; set;} + + public string + accessPin + {get; set;} + + public string + adGroupIds + {get; set;} + + public string + campaignIds + {get; set;} + + public string + deliverySystemType + {get; set;} + + public string + jdMediaUserId + {get; set;} + + public string + granularity + {get; set;} + + public override string ApiName + { + get{return "jingdong.ads.ibg.UniversalJosService.ad.query";} + } + protected override void PrepareParam(IDictionary parameters) + { + parameters.Add("adName", this. adName +); + parameters.Add("campaignType", this. campaignType +); + parameters.Add("scenarioType", this. scenarioType +); + parameters.Add("adGroupName", this. adGroupName +); + parameters.Add("giftFlag", this. giftFlag +); + parameters.Add("campaignId", this. campaignId +); + parameters.Add("startDay", this. startDay +); + parameters.Add("deliveryType", this. deliveryType +); + parameters.Add("packageId", this. packageId +); + parameters.Add("orderStatusCategory", this. orderStatusCategory +); + parameters.Add("pageSize", this. pageSize +); + parameters.Add("mediaType", this. mediaType +); + parameters.Add("impressionOrClickEffect", this. impressionOrClickEffect +); + parameters.Add("adGroupId", this. adGroupId +); + parameters.Add("platform", this. platform +); + parameters.Add("adId", this. adId +); + parameters.Add("endDay", this. endDay +); + parameters.Add("clickOrOrderDay", this. clickOrOrderDay +); + parameters.Add("isDaily", this. isDaily +); + parameters.Add("siteId", this. siteId +); + parameters.Add("page", this. page +); + parameters.Add("clickOrOrderCaliber", this. clickOrOrderCaliber +); + parameters.Add("filters", this. filters +); + parameters.Add("ids", this. ids +); + parameters.Add("interactiveType", this. interactiveType +); + parameters.Add("businessType", this. businessType +); + parameters.Add("authType", this. authType +); + parameters.Add("accessPin", this. accessPin +); + parameters.Add("adGroupIds", this. adGroupIds +); + parameters.Add("campaignIds", this. campaignIds +); + parameters.Add("deliverySystemType", this. deliverySystemType +); + parameters.Add("jdMediaUserId", this. jdMediaUserId +); + parameters.Add("granularity", this. granularity +); + } + } +} + + + + + + + + diff --git a/BBWY.JDSDK/Request/AdsIbgUniversalJosServiceGroupQueryRequest.cs b/BBWY.JDSDK/Request/AdsIbgUniversalJosServiceGroupQueryRequest.cs new file mode 100644 index 00000000..7a6a6263 --- /dev/null +++ b/BBWY.JDSDK/Request/AdsIbgUniversalJosServiceGroupQueryRequest.cs @@ -0,0 +1,199 @@ +using System; +using System.Collections.Generic; +using Jd.Api.Response; +using Jd.Api.Util; +namespace Jd.Api.Request +{ + public class AdsIbgUniversalJosServiceGroupQueryRequest : JdRequestBase + { + public string + campaignType + {get; set;} + + public string + scenarioType + {get; set;} + + public string + giftFlag + {get; set;} + + public string + adGroupName + {get; set;} + + public string + campaignId + {get; set;} + + public string + startDay + {get; set;} + + public string + deliveryType + {get; set;} + + public string + packageId + {get; set;} + + public string + orderStatusCategory + {get; set;} + + public string + pageSize + {get; set;} + + public string + mediaType + {get; set;} + + public string + impressionOrClickEffect + {get; set;} + + public string + adGroupId + {get; set;} + + public string + platform + {get; set;} + + public string + endDay + {get; set;} + + public string + clickOrOrderDay + {get; set;} + + public string + isDaily + {get; set;} + + public string + siteId + {get; set;} + + public string + page + {get; set;} + + public string + clickOrOrderCaliber + {get; set;} + + public string + adGroupIds + {get; set;} + + public string + campaignIds + {get; set;} + + public string + businessType + {get; set;} + + public string + accessPin + {get; set;} + + public string + authType + {get; set;} + + public string + interactiveType + {get; set;} + + public string + deliverySystemType + {get; set;} + + public string + jdMediaUserId + {get; set;} + + public string + granularity + {get; set;} + + public override string ApiName + { + get{return "jingdong.ads.ibg.UniversalJosService.group.query";} + } + protected override void PrepareParam(IDictionary parameters) + { + parameters.Add("campaignType", this. campaignType +); + parameters.Add("scenarioType", this. scenarioType +); + parameters.Add("giftFlag", this. giftFlag +); + parameters.Add("adGroupName", this. adGroupName +); + parameters.Add("campaignId", this. campaignId +); + parameters.Add("startDay", this. startDay +); + parameters.Add("deliveryType", this. deliveryType +); + parameters.Add("packageId", this. packageId +); + parameters.Add("orderStatusCategory", this. orderStatusCategory +); + parameters.Add("pageSize", this. pageSize +); + parameters.Add("mediaType", this. mediaType +); + parameters.Add("impressionOrClickEffect", this. impressionOrClickEffect +); + parameters.Add("adGroupId", this. adGroupId +); + parameters.Add("platform", this. platform +); + parameters.Add("endDay", this. endDay +); + parameters.Add("clickOrOrderDay", this. clickOrOrderDay +); + parameters.Add("isDaily", this. isDaily +); + parameters.Add("siteId", this. siteId +); + parameters.Add("page", this. page +); + parameters.Add("clickOrOrderCaliber", this. clickOrOrderCaliber +); + parameters.Add("adGroupIds", this. adGroupIds +); + parameters.Add("campaignIds", this. campaignIds +); + parameters.Add("businessType", this. businessType +); + parameters.Add("accessPin", this. accessPin +); + parameters.Add("authType", this. authType +); + parameters.Add("interactiveType", this. interactiveType +); + parameters.Add("deliverySystemType", this. deliverySystemType +); + parameters.Add("jdMediaUserId", this. jdMediaUserId +); + parameters.Add("granularity", this. granularity +); + } + } +} + + + + + + + + diff --git a/BBWY.JDSDK/Response/AdsIbgUniversalJosServiceAdQueryResponse.cs b/BBWY.JDSDK/Response/AdsIbgUniversalJosServiceAdQueryResponse.cs new file mode 100644 index 00000000..0338c27d --- /dev/null +++ b/BBWY.JDSDK/Response/AdsIbgUniversalJosServiceAdQueryResponse.cs @@ -0,0 +1,16 @@ +using System; +using System.Xml.Serialization; +using System.Collections.Generic; +using Newtonsoft.Json; + using Jd.Api.Domain; + namespace Jd.Api.Response +{ + +public class AdsIbgUniversalJosServiceAdQueryResponse:JdResponse{ + [JsonProperty("returnType")] +public ResponseMessage + + returnType + { get; set; } + } +} diff --git a/BBWY.JDSDK/Response/AdsIbgUniversalJosServiceGroupQueryResponse.cs b/BBWY.JDSDK/Response/AdsIbgUniversalJosServiceGroupQueryResponse.cs new file mode 100644 index 00000000..bc7e3307 --- /dev/null +++ b/BBWY.JDSDK/Response/AdsIbgUniversalJosServiceGroupQueryResponse.cs @@ -0,0 +1,16 @@ +using System; +using System.Xml.Serialization; +using System.Collections.Generic; +using Newtonsoft.Json; + using Jd.Api.Domain; + namespace Jd.Api.Response +{ + +public class AdsIbgUniversalJosServiceGroupQueryResponse:JdResponse{ + [JsonProperty("returnType")] +public ResponseMessage + + returnType + { get; set; } + } +} diff --git a/BBWY.Test/Program.cs b/BBWY.Test/Program.cs index 40aef1ea..bb8a487c 100644 --- a/BBWY.Test/Program.cs +++ b/BBWY.Test/Program.cs @@ -26,7 +26,7 @@ namespace BBWY.Test { var appkey = "120EA9EC65AB017567D78CC1139EEEA5"; var appSecret = "866a9877f5f24b03b537483b4defe75d"; - var token = "eda9bd0d9c2b48fba96ebc415669cea7jkmg";//"2ace3023200c4ea9aa682bbf8bffee18jztm"; + var token = "b46065ef5b894f2297686e28d39cb37a2mdy";//"2ace3023200c4ea9aa682bbf8bffee18jztm"; IJdClient client = GetJdClient(appkey, appSecret); @@ -40,7 +40,7 @@ namespace BBWY.Test req5.giftFlag = "0"; req5.clickOrOrderCaliber = "1"; req5.isDaily = "true"; - req5.pageSize = "100"; + req5.pageSize = "10"; req5.page = "2"; //req.isDaily = ""; AdsIbgUniversalJosServiceCampaignQueryResponse response5 = client.Execute(req5, token, DateTime.Now.ToLocalTime()); @@ -57,21 +57,58 @@ namespace BBWY.Test req6.clickOrOrderDay = "0"; req6.giftFlag = "0"; req6.clickOrOrderCaliber = "1"; + req6.pageSize = "10"; req6.isDaily = "true"; //req.isDaily = ""; AdsIbgUniversalJosServiceCampaignQueryResponse response6 = client.Execute(req6, token, DateTime.Now.ToLocalTime()); Console.WriteLine(JsonConvert.SerializeObject(response6)); - //Console.WriteLine("----------------------客服接待 2---------------------------"); + Console.WriteLine("----------------------单元维度 快车---------------------------"); + + var reqdanyuan = new AdsIbgUniversalJosServiceGroupQueryRequest(); + reqdanyuan.startDay = "2022-10-06"; + reqdanyuan.endDay = "2022-10-06"; + reqdanyuan.businessType = "2"; + reqdanyuan.clickOrOrderDay = "0"; + reqdanyuan.giftFlag = "0"; + reqdanyuan.clickOrOrderCaliber = "1"; + reqdanyuan.pageSize = "10"; + reqdanyuan.isDaily = "true"; + var responseDanyuan = client.Execute(reqdanyuan, token, DateTime.Now.ToLocalTime()); + Console.WriteLine(JsonConvert.SerializeObject(responseDanyuan)); + + Console.WriteLine("----------------------SKU维度 京速推---------------------------"); + + var reqsku = new AdsIbgUniversalJosServiceSkuQueryRequest(); + reqsku.businessType = "134217728"; + reqsku.isDaily = "true"; + reqsku.clickOrOrderDay = "0"; + reqsku.pageSize = "10"; + reqsku.clickOrOrderCaliber = "1"; + reqsku.startDay = "2022-09-06"; + reqsku.endDay = "2022-10-06"; + AdsIbgUniversalJosServiceSkuQueryResponse responsesku = client.Execute(reqsku, token, DateTime.Now.ToLocalTime()); + Console.WriteLine(JsonConvert.SerializeObject(responsesku)); + + + Console.WriteLine("----------------------创意维度 快车---------------------------"); + var reqChuangyi = new AdsIbgUniversalJosServiceAdQueryRequest(); + + reqChuangyi.businessType = "2"; + reqChuangyi.isDaily = "true"; + reqChuangyi.clickOrOrderDay = "0"; + //reqChuangyi.clickOrOrderCaliber = "1"; + //reqChuangyi.pageSize = "100"; + reqChuangyi.startDay = "2022-10-06"; + reqChuangyi.endDay = "2022-10-06"; + + reqChuangyi.adId = "7963995660"; + var chuangyiResponse = client.Execute(reqChuangyi, token, DateTime.Now.ToLocalTime()); + Console.WriteLine(JsonConvert.SerializeObject(chuangyiResponse)); + - //var req = new ImPopReplystatGetRequest(); - //req.waiter = "布莱特玩具"; - //req.startTime = DateTime.Parse("2022-10-04"); - //req.endTime = DateTime.Now; - //ImPopReplystatGetResponse imResponse = client.Execute(req, "2ace3023200c4ea9aa682bbf8bffee18jztm", DateTime.Now.ToLocalTime()); - //Console.WriteLine(JsonConvert.SerializeObject(imResponse)); Console.ReadKey(); } } diff --git a/doc/.back_步步为盈数据库/步步为盈数据库-backup-2022107163441.pdma.json b/doc/.back_步步为盈数据库/步步为盈数据库-backup-20221011005804.pdma.json similarity index 88% rename from doc/.back_步步为盈数据库/步步为盈数据库-backup-2022107163441.pdma.json rename to doc/.back_步步为盈数据库/步步为盈数据库-backup-20221011005804.pdma.json index 8118e687..b62153eb 100644 --- a/doc/.back_步步为盈数据库/步步为盈数据库-backup-2022107163441.pdma.json +++ b/doc/.back_步步为盈数据库/步步为盈数据库-backup-20221011005804.pdma.json @@ -4,12 +4,12 @@ "avatar": "", "version": "4.1.3", "createdTime": "2022-10-3 12:39:39", - "updatedTime": "2022-10-3 14:08:05", + "updatedTime": "2022-10-11 00:43:09", "dbConns": [], "profile": { "default": { "db": "29D1CE08-4C35-4D2D-AAA9-23D93305B52E", - "dbConn": "AA9364B4-6488-4476-B580-D7F1845CCA32", + "dbConn": "86F2F675-C4C0-4D66-8170-82D00E033C3B", "entityInitFields": [ { "defKey": "TENANT_ID", @@ -7002,6 +7002,1481 @@ } ], "correlations": [] + }, + { + "id": "91555D00-CE97-4666-94BA-E83996533E52", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDOrderPopularizeRelation", + "defName": "京东订单推广归属关系表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "15199F73-CD7A-48E7-AE50-75D567053C30" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "85E519E1-41CD-4E8F-94E0-C3814F37DD87" + }, + { + "defKey": "OrderId", + "defName": "订单Id", + "comment": "", + "type": "VARCHAR", + "len": 50, + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "BF442A5B-B0E1-48BB-9D63-07B898C29D71" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "A3C3A9A6-05BF-4514-9789-15C5732F7241" + }, + { + "defKey": "AdGroupId", + "defName": "单元Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "81703BD3-514F-4E8E-8898-54FDBFF90D7A" + }, + { + "defKey": "AdId", + "defName": "创意Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "ED33CB09-DBB2-4FD6-B3E9-BEE77BD14B63" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "int", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "ED86F76B-E771-4236-AF8C-87ECE5E6E1C6" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "FB5BB057-8F3E-4F68-91CF-7E2923C489F9" + } + ], + "correlations": [ + { + "myField": "81703BD3-514F-4E8E-8898-54FDBFF90D7A", + "refEntity": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386", + "refField": "16E62919-C979-4830-930A-EAE234252B2F", + "myRows": "n", + "refRows": "1", + "innerType": "" + }, + { + "myField": "ED33CB09-DBB2-4FD6-B3E9-BEE77BD14B63", + "refEntity": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "refField": "5F519CD5-5B0E-4C18-99AD-CD24BADE9ED3", + "myRows": "n", + "refRows": "1", + "innerType": "" + } + ], + "indexes": [] + }, + { + "id": "C70CFE85-2B7B-4409-B60C-0B9D1494C022", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDPopularizeCampaign", + "defName": "京东推广计划表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "8CED822B-CAC9-4BB7-88C8-22B374C2473D" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "0962FC23-A694-4E26-9C03-223478D13DE9" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "7199A2CE-C87C-47F8-9807-928D5D20DE9E" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "20D88086-5D1A-4EC7-AE32-0F0E414EDB41" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "73DC5C05-63C5-49B7-B5AD-F319BE742899" + }, + { + "defKey": "pin", + "defName": "账号归属", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", + "id": "6505E96F-DE88-4525-AAF4-0AE31A8990BD" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "FEA66891-2468-470B-96D1-8770368D6500" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "7C9FC9FF-8FF4-4D86-BDA9-047F592DA3FE" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "17B21918-2F48-485F-BC94-6AF74D233C4A" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "DAB9ADE3-29A6-4FEB-8419-105B2919CC97" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "07FFE4B1-4275-4407-832A-1F2193E3DA37" + } + ], + "correlations": [ + { + "myField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "refEntity": "91555D00-CE97-4666-94BA-E83996533E52", + "refField": "A3C3A9A6-05BF-4514-9789-15C5732F7241", + "myRows": "n", + "refRows": "1", + "innerType": "" + }, + { + "myField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "refEntity": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386", + "refField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "myRows": "n", + "refRows": "1", + "innerType": "" + }, + { + "myField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "refEntity": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "refField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "myRows": "n", + "refRows": "1", + "innerType": "" + } + ], + "indexes": [] + }, + { + "id": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDPopularizeAdGroup", + "defName": "京东推广单元表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "8CED822B-CAC9-4BB7-88C8-22B374C2473D" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "0962FC23-A694-4E26-9C03-223478D13DE9" + }, + { + "defKey": "AdGroupId", + "defName": "单元Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "16E62919-C979-4830-930A-EAE234252B2F" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "7199A2CE-C87C-47F8-9807-928D5D20DE9E" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "20D88086-5D1A-4EC7-AE32-0F0E414EDB41" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "73DC5C05-63C5-49B7-B5AD-F319BE742899" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "ECB5F6B4-527A-4E4C-AF3B-0754A1524499" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "4680B341-4A92-4694-9FA6-274F7E2D7AE2" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "00D57936-030C-40BD-B878-486056E631EC" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "EB4DF2AC-B767-4685-A5F1-4D66CE4C0FF8" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "07FFE4B1-4275-4407-832A-1F2193E3DA37" + } + ], + "correlations": [ + { + "myField": "16E62919-C979-4830-930A-EAE234252B2F", + "refEntity": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "refField": "58444AC3-3BDE-408A-BE47-3C063EC54731", + "myRows": "n", + "refRows": "1", + "innerType": "" + } + ], + "indexes": [] + }, + { + "id": "1C229D37-AC42-4917-BC34-1F69DF7CEDD9", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "SKUPopularizeCost", + "defName": "SKU推广花费表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", + "id": "5E3C00B7-5C05-47E1-9022-362ABF2DFB83" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "72D092F9-39A7-4175-B06B-4A90F8523897" + }, + { + "defKey": "Sku", + "defName": "", + "comment": "", + "type": "VARCHAR", + "len": 50, + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "C3CBBC58-993A-48F6-B83E-304276AD4660" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "3581020E-9ECB-41CF-94DF-D1EDE16EF524" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "4FD084BA-9D5F-4B40-BD13-258C3651FFED" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "EF78D2A3-4789-446F-88A0-081822C3413E" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "698030CA-331E-4B38-BF2A-3F9595200787" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "273EC3E5-7ADA-41FB-BE0A-4E779304B5CF" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "2D73CF4F-2A37-460E-AE5B-C24DDE834BB3" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "F16A7C55-32AE-4EAD-AE8A-CBEF8AC288E4" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "258605D0-42AF-4A9E-8CF4-7E046D5D1902" + } + ], + "correlations": [], + "indexes": [] + }, + { + "id": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDPopularizeAD", + "defName": "京东推广创意表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "8CED822B-CAC9-4BB7-88C8-22B374C2473D" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "0962FC23-A694-4E26-9C03-223478D13DE9" + }, + { + "defKey": "Sku", + "defName": "", + "comment": "", + "type": "VARCHAR", + "len": 50, + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "A6AE54BB-8110-419A-9E62-53FEE16C9592" + }, + { + "defKey": "AdId", + "defName": "创意Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "5F519CD5-5B0E-4C18-99AD-CD24BADE9ED3" + }, + { + "defKey": "AdGroupId", + "defName": "单元Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "58444AC3-3BDE-408A-BE47-3C063EC54731" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "7199A2CE-C87C-47F8-9807-928D5D20DE9E" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "20D88086-5D1A-4EC7-AE32-0F0E414EDB41" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "73DC5C05-63C5-49B7-B5AD-F319BE742899" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "8AAD42B5-6915-4B1D-863F-DFDD5FD5CB55" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "DF7DE27D-9672-4B9E-AD7C-080A80D75377" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "47632290-5428-4EEF-9E20-58AB19BBA249" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "79FB1476-33AF-4C09-BD1D-9BC0D0E1CCA8" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "07FFE4B1-4275-4407-832A-1F2193E3DA37" + } + ], + "correlations": [], + "indexes": [] } ], "views": [], @@ -7606,6 +9081,106 @@ "relationType": "field", "canvasData": { "cells": [ + { + "id": "ddf927a6-e081-4c05-937d-bc64f59fc32a", + "shape": "table", + "position": { + "x": 1220, + "y": -523 + }, + "count": 0, + "originKey": "65A6F4A2-D006-4FC7-BED7-53209273F05E" + }, + { + "id": "3de2bd13-2384-4816-85e5-dcf4240a6cb7", + "shape": "table", + "position": { + "x": 562, + "y": 837 + }, + "count": 0, + "originKey": "D2D83A3F-F985-44C0-9E6B-057FE01F7FD1" + }, + { + "id": "da49dd57-b256-4f89-9653-8f35edef5a02", + "shape": "table", + "position": { + "x": 1220, + "y": -805 + }, + "count": 0, + "originKey": "36D3AE16-4B8F-4FB6-B607-0D5F94F647A9" + }, + { + "id": "e417b0e0-85e2-4073-977c-60fe6a7479ae", + "shape": "table", + "position": { + "x": 1220, + "y": -1057 + }, + "count": 0, + "originKey": "6036D7E4-7ECB-4888-9D74-58DA414447F8" + }, + { + "id": "c59993ba-6d74-4c9d-9340-a2a882ca2cea", + "shape": "table", + "position": { + "x": 1430, + "y": 201 + }, + "count": 0, + "originKey": "31D73A1D-A582-48E3-8D31-1F65E1B7BC32" + }, + { + "id": "f16da34e-971e-49b6-b69c-db827c1fef59", + "shape": "table", + "position": { + "x": 1430, + "y": 71 + }, + "count": 0, + "originKey": "5F14586C-79ED-49B2-AA36-01DCC2D5B3FE" + }, + { + "id": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", + "shape": "table", + "position": { + "x": 1430, + "y": 470 + }, + "count": 0, + "originKey": "34EEFEC3-FF23-4ABF-8C72-CE57979E444A" + }, + { + "id": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", + "shape": "table", + "position": { + "x": 1430, + "y": 695 + }, + "count": 0, + "originKey": "8B58D0E4-2781-49D2-9B31-682EAE4D94C2" + }, + { + "id": "98934117-29b1-4645-a97b-71f379b61bd9", + "shape": "table", + "position": { + "x": 562, + "y": 487 + }, + "count": 0, + "originKey": "379D48BE-3522-413B-8FA3-752D65ADB597" + }, + { + "id": "fa539400-f09d-485c-af47-7055dd7beeaa", + "shape": "table", + "position": { + "x": -560, + "y": 527 + }, + "count": 0, + "originKey": "30E9507B-707C-4BCF-99F2-104066BCC3F9" + }, { "id": "524fda6a-d71b-4754-b673-ffc91fd753fc", "shape": "erdRelation", @@ -7624,10 +9199,7 @@ "y": 0 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "f1af6651-1af6-4eb8-9c8a-548a35a30b21", @@ -7647,10 +9219,7 @@ "y": 120 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "d73378d5-e0e3-4250-82fc-e445a8e4f53a", @@ -7664,10 +9233,7 @@ "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%out" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "b4abf006-8017-4ba7-8ae5-c72f2b425129", @@ -7681,10 +9247,7 @@ "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "e59963e7-238c-42f8-90ba-724e07c8cb68", @@ -7704,10 +9267,7 @@ "y": 140 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "b05c7f74-a957-40b0-883f-6bba4ee6f7d7", @@ -7727,10 +9287,7 @@ "y": 260 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "42499299-577a-4d82-a35d-aeadae14eddf", @@ -7744,10 +9301,7 @@ "port": "B503CFCF-19DA-4D5B-9416-C3DD65E477CD%out" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "7507bd81-c9aa-4396-9915-767aad52d2c9", @@ -7761,10 +9315,7 @@ "port": "0EE3108C-0995-4D82-AA03-FF63F0D62626%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "f25165ac-bb9e-441b-8649-9256e7274726", @@ -7778,10 +9329,7 @@ "port": "1012CEB5-702E-428F-ABEF-17BD9856E4E3%out" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "bc232bfc-31b6-45ad-aab1-265c17652b95", @@ -7795,10 +9343,7 @@ "port": "6F03B0D9-DECD-45A0-B0F5-1921289472EF%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "d9d4162e-7ca7-4f67-b5e1-a0f2e4baa7de", @@ -7818,10 +9363,7 @@ "y": 241 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "363d51ce-9dba-4c49-aa13-2c6c7284c71a", @@ -7837,51 +9379,119 @@ "relation": "1:n", "vertices": [ { - "x": 1360, - "y": 270 + "x": 1360, + "y": 270 + } + ], + "fillColor": "#ACDAFC" + }, + { + "id": "11207adc-a74c-42cc-ae45-8ac628dce957", + "shape": "erdRelation", + "source": { + "cell": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", + "port": "4C09B365-4B2A-4613-9133-DF0421BFC85C%in" + }, + "target": { + "cell": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", + "port": "41BFEC37-8F13-42D0-B8ED-123071447D18%in" + }, + "relation": "1:n", + "fillColor": "#ACDAFC" + }, + { + "id": "653f38d3-e9ff-4fb9-b1c1-f88b6b751d9a", + "shape": "erdRelation", + "source": { + "cell": "6eba7e01-588a-4631-a8a3-9eb43b950339", + "port": "8BF0615B-95E0-4B44-A1C3-85FFCFB498E3%in" + }, + "target": { + "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", + "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" + }, + "relation": "1:n", + "vertices": [ + { + "x": -20, + "y": 120 + } + ], + "fillColor": "#ACDAFC" + }, + { + "id": "ecef0fdf-c5f8-4347-bd26-010ccf106255", + "shape": "erdRelation", + "source": { + "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", + "port": "DEFBFE32-2FF7-41E5-A871-2978539AD6A7%out" + }, + "target": { + "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", + "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" + }, + "relation": "1:n", + "fillColor": "#ACDAFC" + }, + { + "id": "e00146ac-7fc6-4c53-a0ad-83afe9380003", + "shape": "erdRelation", + "source": { + "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", + "port": "88311B02-719F-45ED-9603-84EEA4F6F802%out" + }, + "target": { + "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", + "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" + }, + "relation": "1:n", + "vertices": [ + { + "x": -20, + "y": 320 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { - "id": "11207adc-a74c-42cc-ae45-8ac628dce957", + "id": "28d4a60a-591b-40e2-805d-a3d95071da04", "shape": "erdRelation", "source": { - "cell": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", - "port": "4C09B365-4B2A-4613-9133-DF0421BFC85C%in" + "cell": "33dd1974-86a6-4344-9c56-ed081a79fa7f", + "port": "93852E9B-AD50-40B6-A131-B62EFFE3438C%out" }, "target": { - "cell": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", - "port": "41BFEC37-8F13-42D0-B8ED-123071447D18%in" + "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", + "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "vertices": [ + { + "x": -40, + "y": 688 + } + ], + "fillColor": "#ACDAFC" }, { - "id": "ddf927a6-e081-4c05-937d-bc64f59fc32a", + "id": "931877bf-1e56-4c7f-8d04-dbdc5c413431", "shape": "table", "position": { - "x": 1220, - "y": -523 + "x": 560, + "y": -167 }, "count": 0, - "originKey": "65A6F4A2-D006-4FC7-BED7-53209273F05E" + "originKey": "CD64DEB3-500E-48AF-896E-123922A03290" }, { - "id": "3de2bd13-2384-4816-85e5-dcf4240a6cb7", + "id": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", "shape": "table", "position": { - "x": 562, - "y": 837 + "x": 30, + "y": 487 }, "count": 0, - "originKey": "D2D83A3F-F985-44C0-9E6B-057FE01F7FD1" + "originKey": "F9DDBC09-6B8A-48B8-A106-8F2A7966AA95" }, { "id": "af885e60-05ef-40e3-87eb-e8b947deb9a5", @@ -7894,111 +9504,108 @@ "originKey": "6C3F90C3-1F4F-48DC-AF2B-6F3A91D4940E" }, { - "id": "da49dd57-b256-4f89-9653-8f35edef5a02", - "shape": "table", - "position": { - "x": 1220, - "y": -805 - }, - "count": 0, - "originKey": "36D3AE16-4B8F-4FB6-B607-0D5F94F647A9" - }, - { - "id": "e417b0e0-85e2-4073-977c-60fe6a7479ae", + "id": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", "shape": "table", "position": { - "x": 1220, - "y": -1057 + "x": 30, + "y": 80 }, "count": 0, - "originKey": "6036D7E4-7ECB-4888-9D74-58DA414447F8" + "originKey": "B1B951BE-3C55-45E9-9261-1DE7A0C6632A" }, { - "id": "c59993ba-6d74-4c9d-9340-a2a882ca2cea", + "id": "b2ab79d9-a0c2-477f-a9b2-5198485e67f2", "shape": "table", "position": { - "x": 1430, - "y": 201 + "x": -461, + "y": 180 }, "count": 0, - "originKey": "31D73A1D-A582-48E3-8D31-1F65E1B7BC32" + "originKey": "37E1918D-18E8-4C9F-8FBB-46D84FFCAE74" }, { - "id": "f16da34e-971e-49b6-b69c-db827c1fef59", - "shape": "table", - "position": { - "x": 1430, - "y": 71 + "id": "1ec6e0a4-9aa6-4aa1-8d14-88fe57a99d8b", + "shape": "erdRelation", + "source": { + "cell": "8e17e14e-a20d-4206-9139-347098cd35fe", + "port": "A3C3A9A6-05BF-4514-9789-15C5732F7241%in" }, - "count": 0, - "originKey": "5F14586C-79ED-49B2-AA36-01DCC2D5B3FE" - }, - { - "id": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", - "shape": "table", - "position": { - "x": 1430, - "y": 470 + "target": { + "cell": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, - "count": 0, - "originKey": "34EEFEC3-FF23-4ABF-8C72-CE57979E444A" + "relation": "1:n", + "vertices": [ + { + "x": -864, + "y": -759 + }, + { + "x": -830, + "y": -816 + } + ], + "fillColor": "#ACDAFC", + "router": { + "name": "manhattan" + } }, { - "id": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", - "shape": "table", - "position": { - "x": 1430, - "y": 695 + "id": "3599e02f-bb1f-4e07-b405-ba2daa5841a6", + "shape": "erdRelation", + "source": { + "cell": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, - "count": 0, - "originKey": "8B58D0E4-2781-49D2-9B31-682EAE4D94C2" - }, - { - "id": "a359e79a-9a34-4544-9c84-8a5f36d6d13c", - "shape": "table", - "position": { - "x": -1054, - "y": -190 + "target": { + "cell": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%out" }, - "count": 0, - "originKey": "E51CCB7C-B9EA-45B5-BE76-FE53E8ECA4EE" + "relation": "1:n", + "fillColor": "#ACDAFC", + "router": { + "name": "manhattan" + } }, { - "id": "931877bf-1e56-4c7f-8d04-dbdc5c413431", - "shape": "table", - "position": { - "x": 560, - "y": -167 + "id": "f8c01b43-14e9-4403-95c7-e942ec91322f", + "shape": "erdRelation", + "source": { + "cell": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", + "port": "16E62919-C979-4830-930A-EAE234252B2F%in" }, - "count": 0, - "originKey": "CD64DEB3-500E-48AF-896E-123922A03290" - }, - { - "id": "98934117-29b1-4645-a97b-71f379b61bd9", - "shape": "table", - "position": { - "x": 562, - "y": 487 + "target": { + "cell": "8e17e14e-a20d-4206-9139-347098cd35fe", + "port": "81703BD3-514F-4E8E-8898-54FDBFF90D7A%out" }, - "count": 0, - "originKey": "379D48BE-3522-413B-8FA3-752D65ADB597" + "relation": "1:n", + "vertices": [ + { + "x": -284, + "y": -1028 + } + ], + "fillColor": "#ACDAFC", + "router": { + "name": "manhattan" + } }, { - "id": "653f38d3-e9ff-4fb9-b1c1-f88b6b751d9a", + "id": "1942325b-3d1f-40b6-a664-a8e04088b037", "shape": "erdRelation", "source": { - "cell": "6eba7e01-588a-4631-a8a3-9eb43b950339", - "port": "8BF0615B-95E0-4B44-A1C3-85FFCFB498E3%in" + "cell": "b9769f40-c4a3-4bc8-9301-e74876370eed", + "port": "5F519CD5-5B0E-4C18-99AD-CD24BADE9ED3%in" }, "target": { - "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", - "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" + "cell": "8e17e14e-a20d-4206-9139-347098cd35fe", + "port": "ED33CB09-DBB2-4FD6-B3E9-BEE77BD14B63%in" }, "relation": "1:n", "vertices": [ { - "x": -20, - "y": 120 + "x": -900, + "y": -1005 } ], "fillColor": "#ACDAFC", @@ -8007,48 +9614,44 @@ } }, { - "id": "3f2d7dc1-1053-4fac-ba54-5614f8ca4e7c", - "shape": "table", - "position": { - "x": -450.5, - "y": -368 - }, - "count": 0, - "originKey": "256CDFD8-1EC5-47EA-ACC2-5294AE9CF213" - }, - { - "id": "ecef0fdf-c5f8-4347-bd26-010ccf106255", + "id": "35f9ea4e-10de-4dba-8075-7e475307c380", "shape": "erdRelation", "source": { - "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", - "port": "DEFBFE32-2FF7-41E5-A871-2978539AD6A7%out" + "cell": "b9769f40-c4a3-4bc8-9301-e74876370eed", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, "target": { - "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", - "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" + "cell": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, "relation": "1:n", + "vertices": [ + { + "x": -840, + "y": -790 + } + ], "fillColor": "#ACDAFC", "router": { "name": "manhattan" } }, { - "id": "e00146ac-7fc6-4c53-a0ad-83afe9380003", + "id": "097130aa-cde7-4997-a9ab-11a7872e733e", "shape": "erdRelation", "source": { - "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", - "port": "88311B02-719F-45ED-9603-84EEA4F6F802%out" + "cell": "b9769f40-c4a3-4bc8-9301-e74876370eed", + "port": "58444AC3-3BDE-408A-BE47-3C063EC54731%out" }, "target": { - "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", - "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" + "cell": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", + "port": "16E62919-C979-4830-930A-EAE234252B2F%in" }, "relation": "1:n", "vertices": [ { - "x": -20, - "y": 320 + "x": -280, + "y": -760 } ], "fillColor": "#ACDAFC", @@ -8057,14 +9660,24 @@ } }, { - "id": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", + "id": "33dd1974-86a6-4344-9c56-ed081a79fa7f", "shape": "table", "position": { - "x": 30, - "y": 80 + "x": -560, + "y": -190 }, "count": 0, - "originKey": "B1B951BE-3C55-45E9-9261-1DE7A0C6632A" + "originKey": "AFBF3A2E-1169-4602-B6D0-7C109C293E9A" + }, + { + "id": "a359e79a-9a34-4544-9c84-8a5f36d6d13c", + "shape": "table", + "position": { + "x": -1054, + "y": -190 + }, + "count": 0, + "originKey": "E51CCB7C-B9EA-45B5-BE76-FE53E8ECA4EE" }, { "id": "6eba7e01-588a-4631-a8a3-9eb43b950339", @@ -8077,67 +9690,64 @@ "originKey": "70EFBBA5-586A-41A9-9051-03B037561DE3" }, { - "id": "b2ab79d9-a0c2-477f-a9b2-5198485e67f2", + "id": "3f2d7dc1-1053-4fac-ba54-5614f8ca4e7c", "shape": "table", "position": { - "x": -461, - "y": 180 + "x": -450.5, + "y": -368 }, "count": 0, - "originKey": "37E1918D-18E8-4C9F-8FBB-46D84FFCAE74" + "originKey": "256CDFD8-1EC5-47EA-ACC2-5294AE9CF213" }, { - "id": "28d4a60a-591b-40e2-805d-a3d95071da04", - "shape": "erdRelation", - "source": { - "cell": "33dd1974-86a6-4344-9c56-ed081a79fa7f", - "port": "93852E9B-AD50-40B6-A131-B62EFFE3438C%out" + "id": "8e17e14e-a20d-4206-9139-347098cd35fe", + "shape": "table", + "position": { + "x": -810, + "y": -1470 }, - "target": { - "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", - "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" + "count": 0, + "originKey": "91555D00-CE97-4666-94BA-E83996533E52" + }, + { + "id": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", + "shape": "table", + "position": { + "x": -810, + "y": -1222 }, - "relation": "1:n", - "vertices": [ - { - "x": -40, - "y": 688 - } - ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "count": 0, + "originKey": "C70CFE85-2B7B-4409-B60C-0B9D1494C022" }, { - "id": "33dd1974-86a6-4344-9c56-ed081a79fa7f", + "id": "b9769f40-c4a3-4bc8-9301-e74876370eed", "shape": "table", "position": { - "x": -560, - "y": -190 + "x": -814, + "y": -876 }, "count": 0, - "originKey": "AFBF3A2E-1169-4602-B6D0-7C109C293E9A" + "originKey": "DA24C713-1155-424A-AC92-2B2DF62789CD" }, { - "id": "fa539400-f09d-485c-af47-7055dd7beeaa", + "id": "9d079290-06c6-4993-a940-864a574574ab", "shape": "table", "position": { - "x": -560, - "y": 527 + "x": -260, + "y": -876 }, "count": 0, - "originKey": "30E9507B-707C-4BCF-99F2-104066BCC3F9" + "originKey": "1C229D37-AC42-4917-BC34-1F69DF7CEDD9" }, { - "id": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", + "id": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", "shape": "table", "position": { - "x": 30, - "y": 487 + "x": -260, + "y": -1470 }, "count": 0, - "originKey": "F9DDBC09-6B8A-48B8-A106-8F2A7966AA95" + "originKey": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386" } ] }, @@ -8385,17 +9995,6 @@ "password": "kaicn1132+-", "username": "qyroot" } - }, - { - "defKey": "AA9364B4-6488-4476-B580-D7F1845CCA32", - "defName": "球盘DB", - "type": "29D1CE08-4C35-4D2D-AAA9-23D93305B52E", - "properties": { - "driver_class_name": "com.mysql.cj.jdbc.Driver", - "url": "jdbc:mysql://120.241.79.72:7336/sports?characterEncoding=UTF-8&useSSL=false&useUnicode=true&serverTimezone=UTC", - "password": "8532b3cd0aac1f18", - "username": "root" - } } ] } \ No newline at end of file diff --git a/doc/步步为盈数据库.pdma.json b/doc/步步为盈数据库.pdma.json index 6de3e9de..b81ba237 100644 --- a/doc/步步为盈数据库.pdma.json +++ b/doc/步步为盈数据库.pdma.json @@ -4,7 +4,7 @@ "avatar": "", "version": "4.1.3", "createdTime": "2022-10-3 12:39:39", - "updatedTime": "2022-10-7 16:50:16", + "updatedTime": "2022-10-11 00:58:04", "dbConns": [], "profile": { "default": { @@ -7002,6 +7002,1481 @@ } ], "correlations": [] + }, + { + "id": "91555D00-CE97-4666-94BA-E83996533E52", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDOrderPopularizeRelation", + "defName": "京东订单推广归属关系表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "15199F73-CD7A-48E7-AE50-75D567053C30" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "85E519E1-41CD-4E8F-94E0-C3814F37DD87" + }, + { + "defKey": "OrderId", + "defName": "订单Id", + "comment": "", + "type": "VARCHAR", + "len": 50, + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "BF442A5B-B0E1-48BB-9D63-07B898C29D71" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "A3C3A9A6-05BF-4514-9789-15C5732F7241" + }, + { + "defKey": "AdGroupId", + "defName": "单元Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "81703BD3-514F-4E8E-8898-54FDBFF90D7A" + }, + { + "defKey": "AdId", + "defName": "创意Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "ED33CB09-DBB2-4FD6-B3E9-BEE77BD14B63" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "int", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "ED86F76B-E771-4236-AF8C-87ECE5E6E1C6" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "FB5BB057-8F3E-4F68-91CF-7E2923C489F9" + } + ], + "correlations": [ + { + "myField": "81703BD3-514F-4E8E-8898-54FDBFF90D7A", + "refEntity": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386", + "refField": "16E62919-C979-4830-930A-EAE234252B2F", + "myRows": "n", + "refRows": "1", + "innerType": "" + }, + { + "myField": "ED33CB09-DBB2-4FD6-B3E9-BEE77BD14B63", + "refEntity": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "refField": "5F519CD5-5B0E-4C18-99AD-CD24BADE9ED3", + "myRows": "n", + "refRows": "1", + "innerType": "" + } + ], + "indexes": [] + }, + { + "id": "C70CFE85-2B7B-4409-B60C-0B9D1494C022", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDPopularizeCampaign", + "defName": "京东推广计划表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "8CED822B-CAC9-4BB7-88C8-22B374C2473D" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "0962FC23-A694-4E26-9C03-223478D13DE9" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "7199A2CE-C87C-47F8-9807-928D5D20DE9E" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "20D88086-5D1A-4EC7-AE32-0F0E414EDB41" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "73DC5C05-63C5-49B7-B5AD-F319BE742899" + }, + { + "defKey": "pin", + "defName": "账号归属", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", + "id": "6505E96F-DE88-4525-AAF4-0AE31A8990BD" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "FEA66891-2468-470B-96D1-8770368D6500" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "7C9FC9FF-8FF4-4D86-BDA9-047F592DA3FE" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "17B21918-2F48-485F-BC94-6AF74D233C4A" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "DAB9ADE3-29A6-4FEB-8419-105B2919CC97" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "07FFE4B1-4275-4407-832A-1F2193E3DA37" + } + ], + "correlations": [ + { + "myField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "refEntity": "91555D00-CE97-4666-94BA-E83996533E52", + "refField": "A3C3A9A6-05BF-4514-9789-15C5732F7241", + "myRows": "n", + "refRows": "1", + "innerType": "" + }, + { + "myField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "refEntity": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386", + "refField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "myRows": "n", + "refRows": "1", + "innerType": "" + }, + { + "myField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "refEntity": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "refField": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788", + "myRows": "n", + "refRows": "1", + "innerType": "" + } + ], + "indexes": [] + }, + { + "id": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDPopularizeAdGroup", + "defName": "京东推广单元表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "8CED822B-CAC9-4BB7-88C8-22B374C2473D" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "0962FC23-A694-4E26-9C03-223478D13DE9" + }, + { + "defKey": "AdGroupId", + "defName": "单元Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "16E62919-C979-4830-930A-EAE234252B2F" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "7199A2CE-C87C-47F8-9807-928D5D20DE9E" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "20D88086-5D1A-4EC7-AE32-0F0E414EDB41" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "73DC5C05-63C5-49B7-B5AD-F319BE742899" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "ECB5F6B4-527A-4E4C-AF3B-0754A1524499" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "4680B341-4A92-4694-9FA6-274F7E2D7AE2" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "00D57936-030C-40BD-B878-486056E631EC" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "EB4DF2AC-B767-4685-A5F1-4D66CE4C0FF8" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "07FFE4B1-4275-4407-832A-1F2193E3DA37" + } + ], + "correlations": [ + { + "myField": "16E62919-C979-4830-930A-EAE234252B2F", + "refEntity": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "refField": "58444AC3-3BDE-408A-BE47-3C063EC54731", + "myRows": "n", + "refRows": "1", + "innerType": "" + } + ], + "indexes": [] + }, + { + "id": "1C229D37-AC42-4917-BC34-1F69DF7CEDD9", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "SKUPopularizeCost", + "defName": "SKU推广花费表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", + "id": "5E3C00B7-5C05-47E1-9022-362ABF2DFB83" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "72D092F9-39A7-4175-B06B-4A90F8523897" + }, + { + "defKey": "Sku", + "defName": "", + "comment": "", + "type": "VARCHAR", + "len": 50, + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "C3CBBC58-993A-48F6-B83E-304276AD4660" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "3581020E-9ECB-41CF-94DF-D1EDE16EF524" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "4FD084BA-9D5F-4B40-BD13-258C3651FFED" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "EF78D2A3-4789-446F-88A0-081822C3413E" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "698030CA-331E-4B38-BF2A-3F9595200787" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "273EC3E5-7ADA-41FB-BE0A-4E779304B5CF" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "2D73CF4F-2A37-460E-AE5B-C24DDE834BB3" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "F16A7C55-32AE-4EAD-AE8A-CBEF8AC288E4" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "258605D0-42AF-4A9E-8CF4-7E046D5D1902" + } + ], + "correlations": [], + "indexes": [] + }, + { + "id": "DA24C713-1155-424A-AC92-2B2DF62789CD", + "env": { + "base": { + "nameSpace": "", + "codeRoot": "" + } + }, + "defKey": "JDPopularizeAD", + "defName": "京东推广创意表", + "comment": "", + "properties": { + "partitioned by": "(date string)", + "row format delimited": "", + "fields terminated by ','": "", + "collection items terminated by '-'": "", + "map keys terminated by ':'": "", + "store as textfile;": "" + }, + "nameTemplate": "{defKey}[{defName}]", + "headers": [ + { + "refKey": "hideInGraph", + "hideInGraph": true + }, + { + "refKey": "defKey", + "hideInGraph": false + }, + { + "refKey": "defName", + "hideInGraph": false + }, + { + "refKey": "primaryKey", + "hideInGraph": false + }, + { + "refKey": "notNull", + "hideInGraph": true + }, + { + "refKey": "autoIncrement", + "hideInGraph": true + }, + { + "refKey": "domain", + "hideInGraph": true + }, + { + "refKey": "type", + "hideInGraph": false + }, + { + "refKey": "len", + "hideInGraph": false + }, + { + "refKey": "scale", + "hideInGraph": false + }, + { + "refKey": "comment", + "hideInGraph": true + }, + { + "refKey": "refDict", + "hideInGraph": true + }, + { + "refKey": "defaultValue", + "hideInGraph": true + }, + { + "refKey": "isStandard", + "hideInGraph": false + }, + { + "refKey": "uiHint", + "hideInGraph": true + }, + { + "refKey": "extProps", + "hideInGraph": true + } + ], + "fields": [ + { + "defKey": "Id", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "8CED822B-CAC9-4BB7-88C8-22B374C2473D" + }, + { + "defKey": "ShopId", + "defName": "", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "0962FC23-A694-4E26-9C03-223478D13DE9" + }, + { + "defKey": "Sku", + "defName": "", + "comment": "", + "type": "VARCHAR", + "len": 50, + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "A6AE54BB-8110-419A-9E62-53FEE16C9592" + }, + { + "defKey": "AdId", + "defName": "创意Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "5F519CD5-5B0E-4C18-99AD-CD24BADE9ED3" + }, + { + "defKey": "AdGroupId", + "defName": "单元Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "58444AC3-3BDE-408A-BE47-3C063EC54731" + }, + { + "defKey": "CampaignId", + "defName": "计划Id", + "comment": "", + "type": "bigint", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788" + }, + { + "defKey": "Date", + "defName": "计费日期", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "7199A2CE-C87C-47F8-9807-928D5D20DE9E" + }, + { + "defKey": "Cost", + "defName": "总花费", + "comment": "", + "type": "DECIMAL", + "len": 18, + "scale": 2, + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "", + "id": "20D88086-5D1A-4EC7-AE32-0F0E414EDB41" + }, + { + "defKey": "BusinessType", + "defName": "业务线(快车:2 京速推:134217728)", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "id": "73DC5C05-63C5-49B7-B5AD-F319BE742899" + }, + { + "defKey": "impressions", + "defName": "展现次数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "8AAD42B5-6915-4B1D-863F-DFDD5FD5CB55" + }, + { + "defKey": "totalCartCnt", + "defName": "总加购人数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "DF7DE27D-9672-4B9E-AD7C-080A80D75377" + }, + { + "defKey": "clicks", + "defName": "点击数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "47632290-5428-4EEF-9E20-58AB19BBA249" + }, + { + "defKey": "totalOrderCnt", + "defName": "总订单数", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", + "refDict": "", + "extProps": {}, + "id": "79FB1476-33AF-4C09-BD1D-9BC0D0E1CCA8" + }, + { + "defKey": "CreateTime", + "defName": "", + "comment": "", + "type": "", + "len": "", + "scale": "", + "primaryKey": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "", + "hideInGraph": false, + "refDict": "", + "extProps": {}, + "domain": "7CFFA0D3-6A93-4DDC-BC10-DF21211064DC", + "id": "07FFE4B1-4275-4407-832A-1F2193E3DA37" + } + ], + "correlations": [], + "indexes": [] } ], "views": [], @@ -7606,6 +9081,106 @@ "relationType": "field", "canvasData": { "cells": [ + { + "id": "ddf927a6-e081-4c05-937d-bc64f59fc32a", + "shape": "table", + "position": { + "x": 1220, + "y": -523 + }, + "count": 0, + "originKey": "65A6F4A2-D006-4FC7-BED7-53209273F05E" + }, + { + "id": "3de2bd13-2384-4816-85e5-dcf4240a6cb7", + "shape": "table", + "position": { + "x": 562, + "y": 837 + }, + "count": 0, + "originKey": "D2D83A3F-F985-44C0-9E6B-057FE01F7FD1" + }, + { + "id": "da49dd57-b256-4f89-9653-8f35edef5a02", + "shape": "table", + "position": { + "x": 1220, + "y": -805 + }, + "count": 0, + "originKey": "36D3AE16-4B8F-4FB6-B607-0D5F94F647A9" + }, + { + "id": "e417b0e0-85e2-4073-977c-60fe6a7479ae", + "shape": "table", + "position": { + "x": 1220, + "y": -1057 + }, + "count": 0, + "originKey": "6036D7E4-7ECB-4888-9D74-58DA414447F8" + }, + { + "id": "c59993ba-6d74-4c9d-9340-a2a882ca2cea", + "shape": "table", + "position": { + "x": 1430, + "y": 201 + }, + "count": 0, + "originKey": "31D73A1D-A582-48E3-8D31-1F65E1B7BC32" + }, + { + "id": "f16da34e-971e-49b6-b69c-db827c1fef59", + "shape": "table", + "position": { + "x": 1430, + "y": 71 + }, + "count": 0, + "originKey": "5F14586C-79ED-49B2-AA36-01DCC2D5B3FE" + }, + { + "id": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", + "shape": "table", + "position": { + "x": 1430, + "y": 470 + }, + "count": 0, + "originKey": "34EEFEC3-FF23-4ABF-8C72-CE57979E444A" + }, + { + "id": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", + "shape": "table", + "position": { + "x": 1430, + "y": 695 + }, + "count": 0, + "originKey": "8B58D0E4-2781-49D2-9B31-682EAE4D94C2" + }, + { + "id": "98934117-29b1-4645-a97b-71f379b61bd9", + "shape": "table", + "position": { + "x": 562, + "y": 487 + }, + "count": 0, + "originKey": "379D48BE-3522-413B-8FA3-752D65ADB597" + }, + { + "id": "fa539400-f09d-485c-af47-7055dd7beeaa", + "shape": "table", + "position": { + "x": -560, + "y": 527 + }, + "count": 0, + "originKey": "30E9507B-707C-4BCF-99F2-104066BCC3F9" + }, { "id": "524fda6a-d71b-4754-b673-ffc91fd753fc", "shape": "erdRelation", @@ -7624,10 +9199,7 @@ "y": 0 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "f1af6651-1af6-4eb8-9c8a-548a35a30b21", @@ -7647,10 +9219,7 @@ "y": 120 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "d73378d5-e0e3-4250-82fc-e445a8e4f53a", @@ -7664,10 +9233,7 @@ "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%out" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "b4abf006-8017-4ba7-8ae5-c72f2b425129", @@ -7681,10 +9247,7 @@ "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "e59963e7-238c-42f8-90ba-724e07c8cb68", @@ -7704,10 +9267,7 @@ "y": 140 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "b05c7f74-a957-40b0-883f-6bba4ee6f7d7", @@ -7727,10 +9287,7 @@ "y": 260 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "42499299-577a-4d82-a35d-aeadae14eddf", @@ -7744,10 +9301,7 @@ "port": "B503CFCF-19DA-4D5B-9416-C3DD65E477CD%out" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "7507bd81-c9aa-4396-9915-767aad52d2c9", @@ -7761,10 +9315,7 @@ "port": "0EE3108C-0995-4D82-AA03-FF63F0D62626%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "f25165ac-bb9e-441b-8649-9256e7274726", @@ -7778,10 +9329,7 @@ "port": "1012CEB5-702E-428F-ABEF-17BD9856E4E3%out" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "bc232bfc-31b6-45ad-aab1-265c17652b95", @@ -7795,10 +9343,7 @@ "port": "6F03B0D9-DECD-45A0-B0F5-1921289472EF%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "d9d4162e-7ca7-4f67-b5e1-a0f2e4baa7de", @@ -7818,10 +9363,7 @@ "y": 241 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { "id": "363d51ce-9dba-4c49-aa13-2c6c7284c71a", @@ -7831,57 +9373,125 @@ "port": "61C58DEB-2779-451F-82AD-3B03BC9C795D%in" }, "target": { - "cell": "c59993ba-6d74-4c9d-9340-a2a882ca2cea", - "port": "69FA1246-23B5-4DB0-9CD7-A82D5E27C1CF%in" + "cell": "c59993ba-6d74-4c9d-9340-a2a882ca2cea", + "port": "69FA1246-23B5-4DB0-9CD7-A82D5E27C1CF%in" + }, + "relation": "1:n", + "vertices": [ + { + "x": 1360, + "y": 270 + } + ], + "fillColor": "#ACDAFC" + }, + { + "id": "11207adc-a74c-42cc-ae45-8ac628dce957", + "shape": "erdRelation", + "source": { + "cell": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", + "port": "4C09B365-4B2A-4613-9133-DF0421BFC85C%in" + }, + "target": { + "cell": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", + "port": "41BFEC37-8F13-42D0-B8ED-123071447D18%in" + }, + "relation": "1:n", + "fillColor": "#ACDAFC" + }, + { + "id": "653f38d3-e9ff-4fb9-b1c1-f88b6b751d9a", + "shape": "erdRelation", + "source": { + "cell": "6eba7e01-588a-4631-a8a3-9eb43b950339", + "port": "8BF0615B-95E0-4B44-A1C3-85FFCFB498E3%in" + }, + "target": { + "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", + "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" + }, + "relation": "1:n", + "vertices": [ + { + "x": -20, + "y": 120 + } + ], + "fillColor": "#ACDAFC" + }, + { + "id": "ecef0fdf-c5f8-4347-bd26-010ccf106255", + "shape": "erdRelation", + "source": { + "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", + "port": "DEFBFE32-2FF7-41E5-A871-2978539AD6A7%out" + }, + "target": { + "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", + "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" + }, + "relation": "1:n", + "fillColor": "#ACDAFC" + }, + { + "id": "e00146ac-7fc6-4c53-a0ad-83afe9380003", + "shape": "erdRelation", + "source": { + "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", + "port": "88311B02-719F-45ED-9603-84EEA4F6F802%out" + }, + "target": { + "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", + "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" }, "relation": "1:n", "vertices": [ { - "x": 1360, - "y": 270 + "x": -20, + "y": 320 } ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "fillColor": "#ACDAFC" }, { - "id": "11207adc-a74c-42cc-ae45-8ac628dce957", + "id": "28d4a60a-591b-40e2-805d-a3d95071da04", "shape": "erdRelation", "source": { - "cell": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", - "port": "4C09B365-4B2A-4613-9133-DF0421BFC85C%in" + "cell": "33dd1974-86a6-4344-9c56-ed081a79fa7f", + "port": "93852E9B-AD50-40B6-A131-B62EFFE3438C%out" }, "target": { - "cell": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", - "port": "41BFEC37-8F13-42D0-B8ED-123071447D18%in" + "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", + "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" }, "relation": "1:n", - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "vertices": [ + { + "x": -40, + "y": 688 + } + ], + "fillColor": "#ACDAFC" }, { - "id": "ddf927a6-e081-4c05-937d-bc64f59fc32a", + "id": "931877bf-1e56-4c7f-8d04-dbdc5c413431", "shape": "table", "position": { - "x": 1220, - "y": -523 + "x": 560, + "y": -167 }, "count": 0, - "originKey": "65A6F4A2-D006-4FC7-BED7-53209273F05E" + "originKey": "CD64DEB3-500E-48AF-896E-123922A03290" }, { - "id": "3de2bd13-2384-4816-85e5-dcf4240a6cb7", + "id": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", "shape": "table", "position": { - "x": 562, - "y": 837 + "x": 30, + "y": 487 }, "count": 0, - "originKey": "D2D83A3F-F985-44C0-9E6B-057FE01F7FD1" + "originKey": "F9DDBC09-6B8A-48B8-A106-8F2A7966AA95" }, { "id": "af885e60-05ef-40e3-87eb-e8b947deb9a5", @@ -7894,111 +9504,108 @@ "originKey": "6C3F90C3-1F4F-48DC-AF2B-6F3A91D4940E" }, { - "id": "da49dd57-b256-4f89-9653-8f35edef5a02", - "shape": "table", - "position": { - "x": 1220, - "y": -805 - }, - "count": 0, - "originKey": "36D3AE16-4B8F-4FB6-B607-0D5F94F647A9" - }, - { - "id": "e417b0e0-85e2-4073-977c-60fe6a7479ae", + "id": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", "shape": "table", "position": { - "x": 1220, - "y": -1057 + "x": 30, + "y": 80 }, "count": 0, - "originKey": "6036D7E4-7ECB-4888-9D74-58DA414447F8" + "originKey": "B1B951BE-3C55-45E9-9261-1DE7A0C6632A" }, { - "id": "c59993ba-6d74-4c9d-9340-a2a882ca2cea", + "id": "b2ab79d9-a0c2-477f-a9b2-5198485e67f2", "shape": "table", "position": { - "x": 1430, - "y": 201 + "x": -461, + "y": 180 }, "count": 0, - "originKey": "31D73A1D-A582-48E3-8D31-1F65E1B7BC32" + "originKey": "37E1918D-18E8-4C9F-8FBB-46D84FFCAE74" }, { - "id": "f16da34e-971e-49b6-b69c-db827c1fef59", - "shape": "table", - "position": { - "x": 1430, - "y": 71 + "id": "1ec6e0a4-9aa6-4aa1-8d14-88fe57a99d8b", + "shape": "erdRelation", + "source": { + "cell": "8e17e14e-a20d-4206-9139-347098cd35fe", + "port": "A3C3A9A6-05BF-4514-9789-15C5732F7241%in" }, - "count": 0, - "originKey": "5F14586C-79ED-49B2-AA36-01DCC2D5B3FE" - }, - { - "id": "6fb8d8fb-7123-4c14-bb4a-a3cd11272a41", - "shape": "table", - "position": { - "x": 1430, - "y": 470 + "target": { + "cell": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, - "count": 0, - "originKey": "34EEFEC3-FF23-4ABF-8C72-CE57979E444A" + "relation": "1:n", + "vertices": [ + { + "x": -864, + "y": -759 + }, + { + "x": -830, + "y": -816 + } + ], + "fillColor": "#ACDAFC", + "router": { + "name": "manhattan" + } }, { - "id": "2be3d363-8b94-4f0b-a4b4-f38b9039240a", - "shape": "table", - "position": { - "x": 1430, - "y": 695 + "id": "3599e02f-bb1f-4e07-b405-ba2daa5841a6", + "shape": "erdRelation", + "source": { + "cell": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, - "count": 0, - "originKey": "8B58D0E4-2781-49D2-9B31-682EAE4D94C2" - }, - { - "id": "a359e79a-9a34-4544-9c84-8a5f36d6d13c", - "shape": "table", - "position": { - "x": -1054, - "y": -190 + "target": { + "cell": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%out" }, - "count": 0, - "originKey": "E51CCB7C-B9EA-45B5-BE76-FE53E8ECA4EE" + "relation": "1:n", + "fillColor": "#ACDAFC", + "router": { + "name": "manhattan" + } }, { - "id": "931877bf-1e56-4c7f-8d04-dbdc5c413431", - "shape": "table", - "position": { - "x": 560, - "y": -167 + "id": "f8c01b43-14e9-4403-95c7-e942ec91322f", + "shape": "erdRelation", + "source": { + "cell": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", + "port": "16E62919-C979-4830-930A-EAE234252B2F%in" }, - "count": 0, - "originKey": "CD64DEB3-500E-48AF-896E-123922A03290" - }, - { - "id": "98934117-29b1-4645-a97b-71f379b61bd9", - "shape": "table", - "position": { - "x": 562, - "y": 487 + "target": { + "cell": "8e17e14e-a20d-4206-9139-347098cd35fe", + "port": "81703BD3-514F-4E8E-8898-54FDBFF90D7A%out" }, - "count": 0, - "originKey": "379D48BE-3522-413B-8FA3-752D65ADB597" + "relation": "1:n", + "vertices": [ + { + "x": -284, + "y": -1028 + } + ], + "fillColor": "#ACDAFC", + "router": { + "name": "manhattan" + } }, { - "id": "653f38d3-e9ff-4fb9-b1c1-f88b6b751d9a", + "id": "1942325b-3d1f-40b6-a664-a8e04088b037", "shape": "erdRelation", "source": { - "cell": "6eba7e01-588a-4631-a8a3-9eb43b950339", - "port": "8BF0615B-95E0-4B44-A1C3-85FFCFB498E3%in" + "cell": "b9769f40-c4a3-4bc8-9301-e74876370eed", + "port": "5F519CD5-5B0E-4C18-99AD-CD24BADE9ED3%in" }, "target": { - "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", - "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" + "cell": "8e17e14e-a20d-4206-9139-347098cd35fe", + "port": "ED33CB09-DBB2-4FD6-B3E9-BEE77BD14B63%in" }, "relation": "1:n", "vertices": [ { - "x": -20, - "y": 120 + "x": -900, + "y": -1005 } ], "fillColor": "#ACDAFC", @@ -8007,48 +9614,44 @@ } }, { - "id": "3f2d7dc1-1053-4fac-ba54-5614f8ca4e7c", - "shape": "table", - "position": { - "x": -450.5, - "y": -368 - }, - "count": 0, - "originKey": "256CDFD8-1EC5-47EA-ACC2-5294AE9CF213" - }, - { - "id": "ecef0fdf-c5f8-4347-bd26-010ccf106255", + "id": "35f9ea4e-10de-4dba-8075-7e475307c380", "shape": "erdRelation", "source": { - "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", - "port": "DEFBFE32-2FF7-41E5-A871-2978539AD6A7%out" + "cell": "b9769f40-c4a3-4bc8-9301-e74876370eed", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, "target": { - "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", - "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" + "cell": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", + "port": "6680ECC1-3A51-4EC6-BDD8-7F8B0FEB6788%in" }, "relation": "1:n", + "vertices": [ + { + "x": -840, + "y": -790 + } + ], "fillColor": "#ACDAFC", "router": { "name": "manhattan" } }, { - "id": "e00146ac-7fc6-4c53-a0ad-83afe9380003", + "id": "097130aa-cde7-4997-a9ab-11a7872e733e", "shape": "erdRelation", "source": { - "cell": "fa539400-f09d-485c-af47-7055dd7beeaa", - "port": "88311B02-719F-45ED-9603-84EEA4F6F802%out" + "cell": "b9769f40-c4a3-4bc8-9301-e74876370eed", + "port": "58444AC3-3BDE-408A-BE47-3C063EC54731%out" }, "target": { - "cell": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", - "port": "198D443B-59EF-4F60-AA16-7F7CCBA63E76%in" + "cell": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", + "port": "16E62919-C979-4830-930A-EAE234252B2F%in" }, "relation": "1:n", "vertices": [ { - "x": -20, - "y": 320 + "x": -280, + "y": -760 } ], "fillColor": "#ACDAFC", @@ -8057,14 +9660,34 @@ } }, { - "id": "b7a02a04-d4af-4fa1-a3b6-1cf4c916818c", + "id": "33dd1974-86a6-4344-9c56-ed081a79fa7f", "shape": "table", "position": { - "x": 30, - "y": 80 + "x": -560, + "y": -190 }, "count": 0, - "originKey": "B1B951BE-3C55-45E9-9261-1DE7A0C6632A" + "originKey": "AFBF3A2E-1169-4602-B6D0-7C109C293E9A" + }, + { + "id": "a359e79a-9a34-4544-9c84-8a5f36d6d13c", + "shape": "table", + "position": { + "x": -1054, + "y": -190 + }, + "count": 0, + "originKey": "E51CCB7C-B9EA-45B5-BE76-FE53E8ECA4EE" + }, + { + "id": "3f2d7dc1-1053-4fac-ba54-5614f8ca4e7c", + "shape": "table", + "position": { + "x": -450.5, + "y": -368 + }, + "count": 0, + "originKey": "256CDFD8-1EC5-47EA-ACC2-5294AE9CF213" }, { "id": "6eba7e01-588a-4631-a8a3-9eb43b950339", @@ -8077,67 +9700,54 @@ "originKey": "70EFBBA5-586A-41A9-9051-03B037561DE3" }, { - "id": "b2ab79d9-a0c2-477f-a9b2-5198485e67f2", + "id": "9d079290-06c6-4993-a940-864a574574ab", "shape": "table", "position": { - "x": -461, - "y": 180 + "x": -260, + "y": -876 }, "count": 0, - "originKey": "37E1918D-18E8-4C9F-8FBB-46D84FFCAE74" + "originKey": "1C229D37-AC42-4917-BC34-1F69DF7CEDD9" }, { - "id": "28d4a60a-591b-40e2-805d-a3d95071da04", - "shape": "erdRelation", - "source": { - "cell": "33dd1974-86a6-4344-9c56-ed081a79fa7f", - "port": "93852E9B-AD50-40B6-A131-B62EFFE3438C%out" - }, - "target": { - "cell": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", - "port": "3F567BD5-256D-4843-ADDF-0805BE706112%in" + "id": "b9769f40-c4a3-4bc8-9301-e74876370eed", + "shape": "table", + "position": { + "x": -814, + "y": -876 }, - "relation": "1:n", - "vertices": [ - { - "x": -40, - "y": 688 - } - ], - "fillColor": "#ACDAFC", - "router": { - "name": "manhattan" - } + "count": 0, + "originKey": "DA24C713-1155-424A-AC92-2B2DF62789CD" }, { - "id": "33dd1974-86a6-4344-9c56-ed081a79fa7f", + "id": "69bf14ec-33a0-4cc0-b1c9-13f72ee54b3d", "shape": "table", "position": { - "x": -560, - "y": -190 + "x": -810, + "y": -1222 }, "count": 0, - "originKey": "AFBF3A2E-1169-4602-B6D0-7C109C293E9A" + "originKey": "C70CFE85-2B7B-4409-B60C-0B9D1494C022" }, { - "id": "fa539400-f09d-485c-af47-7055dd7beeaa", + "id": "8e17e14e-a20d-4206-9139-347098cd35fe", "shape": "table", "position": { - "x": -560, - "y": 527 + "x": -806, + "y": -1480 }, "count": 0, - "originKey": "30E9507B-707C-4BCF-99F2-104066BCC3F9" + "originKey": "91555D00-CE97-4666-94BA-E83996533E52" }, { - "id": "6501de3b-730a-4df1-9e1e-f62c3d3914f0", + "id": "653b5ef3-a1d2-4553-9629-d3525cd0f6cb", "shape": "table", "position": { - "x": 30, - "y": 487 + "x": -260, + "y": -1480 }, "count": 0, - "originKey": "F9DDBC09-6B8A-48B8-A106-8F2A7966AA95" + "originKey": "28A57F78-5B0C-4F38-B3D8-CAE9A0950386" } ] },