信用明细查询

This commit is contained in:
赵辉
2026-06-16 18:59:12 +08:00
parent 27ebf1f440
commit 4884347b4a
2 changed files with 8 additions and 2 deletions
@@ -285,4 +285,7 @@ public class UserShipperEntity extends BaseVOEntity {
@ApiModelProperty(name = "信用余额")
private BigDecimal creditAmount;
@ApiModelProperty("协议数量")
private Integer agreementCount;
}