fix:pc账户列表接口

This commit is contained in:
wangff
2025-11-18 14:23:32 +08:00
parent 267bd0e7b3
commit 6d6f72dbc9
2 changed files with 40 additions and 0 deletions

View File

@@ -33,4 +33,7 @@ public class AccountInfoVO {
@ApiModelProperty(value = "账户余额")
private String totalAmount;
@ApiModelProperty(value = "打标状态 0 未打标 1 已打标")
private Integer labelingStatus;
}