关联关系修改

This commit is contained in:
2024-12-30 14:37:27 +08:00
parent fd7511ad55
commit aa7d1fab52
17 changed files with 154 additions and 71 deletions

View File

@@ -11,4 +11,5 @@ public class MemberSourceEntity {
private Integer type;
private Long sourceId;
private Integer isBuy;
private Long orderId;
}

View File

@@ -35,11 +35,6 @@ public class SourceRespVO {
*/
@ApiModelProperty("来源设备id")
private Long deviceId;
/**
* 所属用户
*/
@ApiModelProperty("所属用户")
private Long memberId;
@ApiModelProperty("原素材类型:1视频,2图像")
private Integer type;
/**