费用减免

This commit is contained in:
sxu 2024-12-11 16:41:55 +08:00
parent 907f7034ea
commit e130be6e33
1 changed files with 3 additions and 2 deletions

View File

@ -16,10 +16,11 @@ public class OrderDetailCostReliefDto {
@ApiModelProperty(value = "设备id") @ApiModelProperty(value = "设备id")
private Integer maId; private Integer maId;
@ApiModelProperty(value = "收货时间") @ApiModelProperty(value = "减免开始时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private String reliefStartTime; private String reliefStartTime;
@ApiModelProperty(value = "租赁结束时间") @ApiModelProperty(value = "减免结束时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private String reliefEndTime; private String reliefEndTime;