You've already forked FrameTour-BE
加个普通水印、推送订单纠正、水印预览和下载
This commit is contained in:
@@ -15,5 +15,4 @@ public class MemberSourceEntity {
|
||||
private Integer isBuy;
|
||||
private Long orderId;
|
||||
private Integer isFree;
|
||||
private String waterUrl;
|
||||
}
|
||||
|
@@ -0,0 +1,12 @@
|
||||
package com.ycwl.basic.model.pc.source.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class SourceWatermarkEntity {
|
||||
private Integer id;
|
||||
private Long sourceId;
|
||||
private Long faceId;
|
||||
private String watermarkType;
|
||||
private String watermarkUrl;
|
||||
}
|
Reference in New Issue
Block a user