新增查询订单详情接口
This commit is contained in:
@ -90,4 +90,10 @@ public class OrderDetailDTO {
|
||||
|
||||
@ApiModelProperty("租点套餐名称")
|
||||
private String rentBatteyTitle;
|
||||
|
||||
@ApiModelProperty("逾期天数")
|
||||
private Integer overdueDays;
|
||||
|
||||
@ApiModelProperty("逾期金额")
|
||||
private Integer overdueAmount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user