liusheng
2 天以前 fdc9651c4b83c18e044a3a9ac6b5e019ffa6328d
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementEo.java
@@ -30,6 +30,10 @@
    @TableId(type = IdType.AUTO)
    private Long id;
    @ApiModelProperty("家属人数(仅限costtypename是家属的时候)")
    private Long personNum;
    /**
     * 报销人编号
     */
@@ -347,5 +351,19 @@
    @ApiModelProperty("下载编号")
    private String bh;
    @ApiModelProperty("市内交通费")
    private BigDecimal cityfee;
    @ApiModelProperty("上报时间/提交审批的申请时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date applyTime;
    /**
     * 绩效:1、月度、2季度、3年度
     */
    @ApiModelProperty("绩效:1、月度、2季度、3年度")
    @Excel(name = "绩效:1、月度、2季度、3年度")
    private Integer performancetype;
}