This commit is contained in:
张良(004796)
2024-01-05 18:18:21 +08:00
parent 4bc8850fad
commit 0fa2841213
25 changed files with 605 additions and 209 deletions

View File

@@ -3,6 +3,7 @@ package com.ruoyi.cai.domain;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import org.springframework.web.bind.annotation.DeleteMapping;
import java.io.Serializable;
import java.math.BigDecimal;
@@ -28,7 +29,7 @@ public class AccountChangeLog implements Serializable {
/**
* 用户ID
*/
private Integer userId;
private Long userId;
/**
* 蜜瓜号
*/
@@ -44,15 +45,12 @@ public class AccountChangeLog implements Serializable {
/**
* 名称
*/
private Integer cateName;
/**
* 业务码
*/
private Long businessCode;
private String cateName;
private Long traceId;
/**
* 变化值,为正 或者为负
*/
private BigDecimal changeValue;
private Long changeValue;
/**
* 备注
*/
@@ -60,6 +58,7 @@ public class AccountChangeLog implements Serializable {
/**
* 操作IP
*/
@Deprecated
private String operateIp;
/**
* 是否为后台用户手动调整