Merge remote-tracking branch 'origin/dev/dev' into dev/dev
This commit is contained in:
@@ -72,7 +72,7 @@ public class DesignPythonItem {
|
||||
/**
|
||||
* 图层缩放大小
|
||||
*/
|
||||
private Float resize_scale;
|
||||
private Float[] resize_scale;
|
||||
/**
|
||||
* 图层优先级
|
||||
*/
|
||||
@@ -114,7 +114,7 @@ public class DesignPythonItem {
|
||||
}
|
||||
|
||||
public DesignPythonItem(String type, String path, String color, DesignPythonItemPrint print, Long businessId,
|
||||
Long image_id, List<Long> offset, Float resize_scale, Integer priority, String gradient, String gradientString) {
|
||||
Long image_id, List<Long> offset, Float[] resize_scale, Integer priority, String gradient, String gradientString) {
|
||||
this.type = type;
|
||||
this.path = path;
|
||||
this.color = color;
|
||||
|
||||
@@ -13,7 +13,7 @@ public class OutfitDetailPythonItem {
|
||||
|
||||
private List<Long> image_size;
|
||||
|
||||
private Float scale;
|
||||
private Float[] scale;
|
||||
|
||||
private String image_url;
|
||||
|
||||
@@ -22,7 +22,7 @@ public class OutfitDetailPythonItem {
|
||||
public OutfitDetailPythonItem() {
|
||||
}
|
||||
|
||||
public OutfitDetailPythonItem(String image_category, List<Long> position, List<Long> image_size, Float scale, String image_url, String mask_url) {
|
||||
public OutfitDetailPythonItem(String image_category, List<Long> position, List<Long> image_size, Float[] scale, String image_url, String mask_url) {
|
||||
this.image_category = image_category;
|
||||
this.position = position;
|
||||
this.image_size = image_size;
|
||||
|
||||
Reference in New Issue
Block a user