Your Name
2023-02-23 b6b77c70de21c8d109be6a9fb2d8b98d51d708e0
java110-bean/src/main/java/com/java110/dto/carInoutPayment/CarInoutPaymentDto.java
@@ -35,6 +35,8 @@
    private String stateName;
    private String inTime;
    private String boxId;
    private Date createTime;
@@ -43,6 +45,13 @@
    private String startTime;
    private String endTime;
    public String getBoxId() {
        return boxId;
    }
    public void setBoxId(String boxId) {
        this.boxId = boxId;
    }
    public String getRealCharge() {
        return realCharge;