liusheng
2023-10-13 22655ad10d386f0fc3c38389f519d3d188b46f19
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementdetailVO.java
@@ -126,7 +126,7 @@
    private Long attachcount;
    /**
     * 杂费
     * 公杂费补助
     */
    @ApiModelProperty("杂费")
    @Excel(name = "杂费")
@@ -157,6 +157,18 @@
     * 附件集合表
     */
    private List annexfilesList;
    /**
     * 发票集合表
     */
    private List invoicefilesList;
    /**
     * 发票附件表
     */
    @ApiModelProperty("发票附件表")
    @Excel(name = "发票附件表")
    private String invoicefiles;
    /**
     * 上传标识
@@ -217,6 +229,7 @@
    @Excel(name = "所属街道(镇)名称")
    private String traveltownname;
    @ApiModelProperty("其它费用")
    private BigDecimal otherfeeamount;
    private String otherfeedesc;