This commit is contained in:
张良(004796)
2024-01-03 14:26:20 +08:00
parent 322bd479e2
commit 8720ad7eaa
44 changed files with 93 additions and 46 deletions

View File

@@ -1,5 +1,6 @@
package com.ruoyi.cai.domain;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@@ -22,7 +23,7 @@ public class AccountBusiness implements Serializable {
/**
*
*/
@TableId(value = "id")
@TableId(value = "id",type = IdType.AUTO)
private Long id;
/**
* 业务分类 类型: 1.充值 , 2 :提现 3视频 4 礼物 5 系统 6 兑换 7.私信