This commit is contained in:
dute7liang
2023-12-24 14:34:05 +08:00
parent b3002937e4
commit 8c897acfda
27 changed files with 542 additions and 23 deletions

View File

@@ -48,6 +48,7 @@ public class CaiAccount implements Serializable {
* 收益的彩币数量
*/
private Long incomeCoin;
private Long totalCoin;
/**
* 当前魅力值
*/

View File

@@ -10,7 +10,7 @@ import java.time.LocalDateTime;
/**
* 主播集锦对象 cai_user_album
*
* @author ruoyi
* @author 77
* @date 2023-12-23
*/
@Data
@@ -49,6 +49,8 @@ public class CaiUserAlbum implements Serializable {
*/
private Integer isAnchor;
private Integer orderBy;
private LocalDateTime createTime;
}