designSingle 、getDetail 添加返回印花详细
This commit is contained in:
@@ -33,13 +33,13 @@ public class DesignPythonItemPrint {
|
||||
|
||||
|
||||
@ApiModelProperty("print的位置 传 [[0.2, 0.2]]")
|
||||
private List<List<Float>> location;
|
||||
private List<List<Double>> location;
|
||||
|
||||
@ApiModelProperty("print的缩放比例 传 [0.2, 0.2]")
|
||||
private List<Float> print_scale_list;
|
||||
private List<Double> print_scale_list;
|
||||
|
||||
@ApiModelProperty("print的旋转角度 传 [0.2, 0.2]")
|
||||
private List<Float> print_angle_list;
|
||||
private List<Double> print_angle_list;
|
||||
|
||||
@JSONField(name="IfSingle")
|
||||
public Boolean getIfSingle() {
|
||||
|
||||
Reference in New Issue
Block a user