接口修改: 将designSingle与editLayer接口合并
This commit is contained in:
@@ -4,6 +4,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class DesignSingleItemDTO {
|
||||
@@ -26,4 +27,10 @@ public class DesignSingleItemDTO {
|
||||
@ApiModelProperty("对应的print图片对象")
|
||||
// private DesignPythonItemPrint printObject;
|
||||
private DesignSinglePrintDTO printObject;
|
||||
|
||||
@ApiModelProperty("图层位置")
|
||||
private List<Long> offset;
|
||||
|
||||
@ApiModelProperty("图层缩放比例")
|
||||
private Float scale;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user