|
@@ -34,6 +34,11 @@ public class AdPlatformCreativeDTO {
|
|
|
|
|
|
private double weight;
|
|
private double weight;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 定向打分参数
|
|
|
|
+ */
|
|
|
|
+ private HumanDto humanScore;
|
|
|
|
+
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
System.out.println(JSON.toJSONString(AdPlatformCreativeDTO.builder()
|
|
System.out.println(JSON.toJSONString(AdPlatformCreativeDTO.builder()
|
|
.creativeId(3366L)
|
|
.creativeId(3366L)
|