123
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
* 是否为后台用户手动调整
|
||||
|
||||
Reference in New Issue
Block a user