feige
2024-10-18 98cd4713254614381ede8fa42d0820a3ffc1d53e
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;
}