feige
2024-08-25 abfc0a7d463a3ebd74f4f7277771e87961e015b9
zhang-content/src/main/java/com/ruoyi/domain/TravelCount.java
@@ -91,6 +91,9 @@
    /**
     * 共计团费
     *
     *
     *
     */
    private Double groupTotal;
@@ -107,5 +110,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date createTime;
    /**
     * 分享人id
     */
    private Integer shareId;
}