无关风月
2025-04-03 b01f752252eaadd1fa31eda6a9ad43146660b721
xinquan-api/xinquan-api-user/src/main/java/com/xinquan/user/api/domain/dto/UserEnergyDTO.java
@@ -13,9 +13,9 @@
@ApiModel(value = "管理后台用户能量值明细DTO")
public class UserEnergyDTO extends BasePage {
    @ApiModelProperty(value = "操作内容")
    private String content;
    private String reason;
    @ApiModelProperty(value = "类型 1=增加 2=减少 全部不传")
    private Integer state;
    private Integer changeType;
    @ApiModelProperty(value = "操作时间 2020-11-11 - 2021-11-11")
    private String time;
    @ApiModelProperty(value = "用户uid")