接口修改:存储offset并返回给前端
This commit is contained in:
@@ -46,7 +46,9 @@ public class DesignPythonOutfitVO {
|
||||
*/
|
||||
@ApiModelProperty(value = "位置")
|
||||
private List<Long> position;
|
||||
|
||||
/**
|
||||
* 偏移量
|
||||
*/
|
||||
@ApiModelProperty(value = "偏移量")
|
||||
private List<Long> offset;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user