feige
2024-08-22 5e2ebcceae4bc34b46370f2c10110cd72e7f4fba
zhang-content/src/main/java/com/ruoyi/domain/TravelCount.java
@@ -91,6 +91,9 @@
    /**
     * 共计团费
     *
     *
     *
     */
    private Double groupTotal;
@@ -99,11 +102,17 @@
     */
    private Double totalPrice;
    private String spee;
    /**
     * 创建时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date createTime;
    /**
     * 分享人id
     */
    private Integer shareId;
}