nnnn
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
package com.ruoyi.cai.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class AddPointAdminDto implements Serializable {
|
||||
/**
|
||||
* 员工ID
|
||||
*/
|
||||
private String usercode;
|
||||
|
||||
/**
|
||||
* 调整的金额
|
||||
*/
|
||||
private Long point;
|
||||
/**
|
||||
* 是否参与分销
|
||||
*/
|
||||
private boolean distribution;
|
||||
private String remark;
|
||||
|
||||
}
|
||||
@@ -19,6 +19,7 @@ public class RechargeConsumerResp {
|
||||
private Long rechargeCoin;
|
||||
private Long userId;
|
||||
private Long consumeLogId;
|
||||
private Long pointLogId;
|
||||
private Long traceId;
|
||||
private boolean success;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user