You've already forked FrameTour-BE
逻辑修改
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
package com.ycwl.basic.model.pc.source.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@TableName("member_source")
|
||||
public class MemberSourceEntity {
|
||||
private Long id;
|
||||
private Long memberId;
|
||||
private Integer type;
|
||||
private Long sourceId;
|
||||
private Integer isBuy;
|
||||
}
|
Reference in New Issue
Block a user