局部design
This commit is contained in:
@@ -2731,7 +2731,8 @@ public class PythonService {
|
||||
minioPath,
|
||||
gradientString,
|
||||
/*designSingleItem.getMaskUrl()*/
|
||||
null
|
||||
null,
|
||||
designSingleItem.getPartialDesignDTO().getPartialDesignMinioPath()
|
||||
));
|
||||
|
||||
});
|
||||
|
||||
@@ -87,6 +87,11 @@ public class DesignPythonItem {
|
||||
*/
|
||||
private String seg_mask_url;
|
||||
|
||||
/**
|
||||
* 局部design
|
||||
*/
|
||||
private String partial_design;
|
||||
|
||||
public static List<String> OUTWEAR_DRESS_BLOUSE = Arrays.asList(CollectionLevel2TypeEnum.OUTWEAR.getRealName(),
|
||||
CollectionLevel2TypeEnum.DRESS.getRealName(), CollectionLevel2TypeEnum.BLOUSE.getRealName());
|
||||
|
||||
@@ -140,7 +145,7 @@ public class DesignPythonItem {
|
||||
|
||||
public DesignPythonItem(String type, String path, String color, PrintToPython print, Long businessId,
|
||||
Long image_id, List<Long> offset, Float[] resize_scale, Integer priority, String gradient,
|
||||
String gradientString, String seg_mask_url) {
|
||||
String gradientString, String seg_mask_url, String partial_design) {
|
||||
this.type = type;
|
||||
this.path = path;
|
||||
this.color = color;
|
||||
@@ -154,6 +159,7 @@ public class DesignPythonItem {
|
||||
this.gradient = gradient;
|
||||
this.gradientString = gradientString;
|
||||
this.seg_mask_url = seg_mask_url;
|
||||
this.partial_design = partial_design;
|
||||
}
|
||||
|
||||
public DesignPythonItem(String type, String path, String color, PrintToPython print, String icon, Long businessId, Long image_id) {
|
||||
|
||||
Reference in New Issue
Block a user