You've already forked FrameTour-BE
退款列表、部分接口修改
This commit is contained in:
@@ -22,6 +22,7 @@ public class TaskRespVO {
|
||||
*/
|
||||
@ApiModelProperty("执行任务的机器ID")
|
||||
private Long workerId;
|
||||
private Long faceId;
|
||||
/**
|
||||
* 用户ID,可以不和用户关联
|
||||
*/
|
||||
|
@@ -84,4 +84,6 @@ public class TemplateRespVO {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date updateTime;
|
||||
private List<TemplateRespVO> children;
|
||||
private BigDecimal price;
|
||||
private Integer sort;
|
||||
}
|
||||
|
Reference in New Issue
Block a user