mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
update 发布电单车计费模板
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
/**
|
||||
* 调试订单DTO
|
||||
*/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class DebugOrderDTO extends QueryOrderDTO{
|
||||
/**
|
||||
* 是否重新计算 订单主表and订单详情
|
||||
*/
|
||||
private String reCalculateFlag = "0";
|
||||
|
||||
/**
|
||||
* 是否重新退款
|
||||
*/
|
||||
private String reRefundFlag = "0";
|
||||
|
||||
/**
|
||||
* 是否重新分账
|
||||
*/
|
||||
private String reSplitFlag = "0";
|
||||
}
|
||||
Reference in New Issue
Block a user