feat: 平台商户订单列表支持显示使用积分
补齐商户订单分页接口的 useIntegral 返回字段,并在平台商户订单列表新增“使用积分”列与列显隐配置,便于运营查看积分抵扣使用情况。 Made-with: Cursor
This commit is contained in:
@@ -82,6 +82,9 @@ public class MerchantOrderPageResponse implements Serializable {
|
||||
@ApiModelProperty(value = "订单商品总数")
|
||||
private Integer totalNum;
|
||||
|
||||
@ApiModelProperty(value = "使用积分")
|
||||
private Integer useIntegral;
|
||||
|
||||
@ApiModelProperty(value = "商户备注")
|
||||
private String merchantRemark;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user