wuxw
2022-11-06 a42e7be34c02ef5d855ca781f347512322adbfed
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;