init
This commit is contained in:
@@ -13,6 +13,7 @@ import java.time.LocalDateTime;
|
||||
*
|
||||
* @author 77
|
||||
* @date 2023-12-30
|
||||
* @see UserGift
|
||||
*/
|
||||
@Data
|
||||
@TableName("cai_guard_log")
|
||||
|
||||
@@ -29,10 +29,13 @@ public class UserChatRecord implements Serializable {
|
||||
*
|
||||
*/
|
||||
private Long fromUid;
|
||||
|
||||
private String fromUsercode;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private Long toUid;
|
||||
private String toUsercode;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user