You've already forked FrameTour-BE
渲染端渲染流程
This commit is contained in:
@@ -55,4 +55,5 @@ public class FaceSampleRespVO {
|
||||
private Date createAt;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date updateAt;
|
||||
private Long sourceId;
|
||||
}
|
||||
|
@@ -70,4 +70,5 @@ public class MemberRespVO {
|
||||
private Date createDate;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date updateAt;
|
||||
private Integer orderCount;
|
||||
}
|
||||
|
@@ -17,6 +17,7 @@ import java.util.Date;
|
||||
@Data
|
||||
@ApiModel(value = "订单查询对象")
|
||||
public class OrderReqQuery extends BaseQueryParameterReq {
|
||||
private Long id;
|
||||
private Long memberId;
|
||||
@ApiModelProperty("用户昵称")
|
||||
private String memberNickname;
|
||||
|
@@ -24,6 +24,10 @@ public class TaskEntity {
|
||||
* 用户ID,可以不和用户关联
|
||||
*/
|
||||
private Long memberId;
|
||||
/**
|
||||
* 人脸ID,face.id
|
||||
*/
|
||||
private Long faceId;
|
||||
/**
|
||||
* 模板ID
|
||||
*/
|
||||
|
Reference in New Issue
Block a user