|
@@ -44,9 +44,6 @@ public class DeviceChargingHistory extends BaseEntity<DeviceChargingHistory> imp
|
|
@ApiModelProperty(value = "续费方式")
|
|
@ApiModelProperty(value = "续费方式")
|
|
private Integer chargingType;
|
|
private Integer chargingType;
|
|
|
|
|
|
- @ApiModelProperty(value = "计费标准 单位:分/年")
|
|
|
|
- private Integer standard;
|
|
|
|
-
|
|
|
|
@ApiModelProperty(value = "状态")
|
|
@ApiModelProperty(value = "状态")
|
|
private Integer status;
|
|
private Integer status;
|
|
|
|
|