| | |
| | | private Integer checkstatus; |
| | | |
| | | /** |
| | | * 绩效:1、月度、2季度、3年度 |
| | | */ |
| | | @ApiModelProperty("绩效:1、月度、2季度、3年度") |
| | | @Excel(name = "绩效:1、月度、2季度、3年度") |
| | | private Integer performancetype; |
| | | |
| | | |
| | | /** |
| | | * 是否算税:0未算税,1已算税 |
| | | */ |
| | | @ApiModelProperty("是否算税:0未算税,1已算税") |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "上报时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date applyTime; |
| | | |
| | | @ApiModelProperty("数据是否进入shared表 0:发起 1:待上传 2:已上传") |
| | | private Integer uploadStates; |
| | | |
| | | /** |
| | | * 来用记录插入分享表失败 |
| | | */ |
| | | @ApiModelProperty("来用记录插入分享表失败") |
| | | private String notes; |
| | | |
| | | |
| | | /** |
| | | * 绩效日期 |
| | | */ |
| | | @ApiModelProperty("绩效日期") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "绩效日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date jxrq; |
| | | |
| | | /** |
| | | * 绩效:1、月度、2季度、3年度 |
| | | */ |
| | | @ApiModelProperty("绩效:1、月度、2季度、3年度") |
| | | @Excel(name = "绩效:1、月度、2季度、3年度") |
| | | private Integer performancetype; |
| | | |
| | | /** |
| | | * 专家费用算税申请主表ID,当值为-1时,表示fundTaxId为null |
| | | */ |
| | | @ApiModelProperty("专家费用算税申请主表ID") |
| | | @Excel(name = "专家费用算税申请主表ID") |
| | | private Long fundTaxId; |
| | | |
| | | |
| | | } |
| | | |