feat: 平台商户订单列表支持显示使用积分

补齐商户订单分页接口的 useIntegral 返回字段,并在平台商户订单列表新增“使用积分”列与列显隐配置,便于运营查看积分抵扣使用情况。

Made-with: Cursor
This commit is contained in:
AriadenCaseblg
2026-04-12 11:05:36 +08:00
parent b3d80c3c50
commit b097837aa3
4 changed files with 13 additions and 3 deletions

View File

@@ -82,6 +82,9 @@ public class MerchantOrderPageResponse implements Serializable {
@ApiModelProperty(value = "订单商品总数")
private Integer totalNum;
@ApiModelProperty(value = "使用积分")
private Integer useIntegral;
@ApiModelProperty(value = "商户备注")
private String merchantRemark;