Your Name
2023-08-11 cc8e103aed0cdaf681d813f7601a38d2dd134289
java110-bean/src/main/java/com/java110/dto/parking/ParkingBoxDto.java
@@ -18,6 +18,7 @@
    private String yelowCarIn;
    private String fee;
    private String tempCarIn;
    private String tempAuth;
    private String boxName;
    private String remark;
    private String communityId;
@@ -128,4 +129,12 @@
    public void setPaNum(String paNum) {
        this.paNum = paNum;
    }
    public String getTempAuth() {
        return tempAuth;
    }
    public void setTempAuth(String tempAuth) {
        this.tempAuth = tempAuth;
    }
}