接口修改:存储offset并返回给前端
This commit is contained in:
@@ -71,6 +71,11 @@ public class TDesignPythonOutfitDetail implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "位置")
|
||||
private String position;
|
||||
/**
|
||||
* 偏移量
|
||||
*/
|
||||
@ApiModelProperty(value = "偏移量")
|
||||
private String offset;
|
||||
/**
|
||||
* 图层缩放大小
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user