You've already forked FrameTour-BE
关联关系修改
This commit is contained in:
@@ -11,4 +11,5 @@ public class MemberSourceEntity {
|
||||
private Integer type;
|
||||
private Long sourceId;
|
||||
private Integer isBuy;
|
||||
private Long orderId;
|
||||
}
|
||||
|
||||
@@ -35,11 +35,6 @@ public class SourceRespVO {
|
||||
*/
|
||||
@ApiModelProperty("来源设备id")
|
||||
private Long deviceId;
|
||||
/**
|
||||
* 所属用户
|
||||
*/
|
||||
@ApiModelProperty("所属用户")
|
||||
private Long memberId;
|
||||
@ApiModelProperty("原素材类型:1视频,2图像")
|
||||
private Integer type;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user