123
This commit is contained in:
@@ -27,13 +27,14 @@ public class ConsumeLog implements Serializable {
|
||||
@TableId(value = "id",type = IdType.AUTO)
|
||||
private Long id;
|
||||
/**
|
||||
* 类型 1-充值 2-礼物 3-守护 4-通话
|
||||
* @see com.ruoyi.cai.enums.ConsumeLogType
|
||||
*/
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* 业务状态码
|
||||
*/
|
||||
@Deprecated
|
||||
private String businessEnum;
|
||||
/**
|
||||
* 跟踪ID
|
||||
|
||||
Reference in New Issue
Block a user