This commit is contained in:
dute7liang
2024-01-09 23:42:24 +08:00
parent 4d24793cdb
commit d37ba23775
24 changed files with 60 additions and 39 deletions

View File

@@ -13,6 +13,7 @@ import java.time.LocalDateTime;
*
* @author 77
* @date 2023-12-30
* @see UserGift
*/
@Data
@TableName("cai_guard_log")

View File

@@ -29,10 +29,13 @@ public class UserChatRecord implements Serializable {
*
*/
private Long fromUid;
private String fromUsercode;
/**
*
*/
private Long toUid;
private String toUsercode;
/**
*
*/