无关风月
2024-11-26 5cf8494a6da08dfcdc5fdb4c5e55aefd8b27d684
xinquan-api/xinquan-api-system/src/main/java/com/xinquan/system/api/domain/AppUserEnergyRecord.java
@@ -33,6 +33,9 @@
    @ApiModelProperty(value = "用户id")
    @TableField("app_user_id")
    private Long appUserId;
    @ApiModelProperty(value = "用户id")
    @TableField("update_id")
    private Long updateId;
    @ApiModelProperty(value = "变动类型 1=增加 2=减少")
    @TableField("change_type")