123
This commit is contained in:
@@ -17,6 +17,7 @@ import java.time.LocalDateTime;
|
||||
*/
|
||||
@Data
|
||||
@TableName("cai_give_log")
|
||||
@Deprecated
|
||||
public class GiveLog implements Serializable {
|
||||
|
||||
private static final long serialVersionUID=1L;
|
||||
@@ -41,7 +42,7 @@ public class GiveLog implements Serializable {
|
||||
/**
|
||||
* 消费方用户
|
||||
*/
|
||||
private Integer sourceUserId;
|
||||
private Long sourceUserId;
|
||||
/**
|
||||
* 消费方用户
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user