zhang-content/src/main/java/com/ruoyi/domain/TravelDetail.java
@@ -35,6 +35,8 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; private String fileName; /** * 对应的统计表的id */ @@ -85,6 +87,10 @@ * 交通费 */ private Double travel; /** * 购物费 */ private Double shop; /** * 电子文件路径 @@ -109,4 +115,10 @@ private Double otherCost; private String backInfo; /** * 分享人id */ private Integer shareId; }