You've already forked FrameTour-BE
逻辑
This commit is contained in:
@ -8,6 +8,8 @@ import lombok.Data;
|
||||
public class MemberSourceEntity {
|
||||
private Long id;
|
||||
private Long memberId;
|
||||
private Long scenicId;
|
||||
private Long faceId;
|
||||
private Integer type;
|
||||
private Long sourceId;
|
||||
private Integer isBuy;
|
||||
|
@ -26,10 +26,6 @@ public class SourceEntity {
|
||||
* 来源设备id
|
||||
*/
|
||||
private Long deviceId;
|
||||
/**
|
||||
* 所属用户
|
||||
*/
|
||||
private Long memberId;
|
||||
/**
|
||||
* 人脸样本id
|
||||
*/
|
||||
|
@ -44,7 +44,7 @@ public class SourceReqQuery extends BaseQueryParameterReq {
|
||||
private String url;
|
||||
@ApiModelProperty("是否被购买:0未购买,1已购买")
|
||||
private Integer isBuy;
|
||||
private Integer faceId;
|
||||
private Long faceId;
|
||||
private Date startTime;
|
||||
private Date endTime;
|
||||
}
|
||||
|
Reference in New Issue
Block a user