| | |
| | | @Excel(name = "财务副院长签字") |
| | | private String finvicepresident; |
| | | |
| | | /** 院长签字 */ |
| | | @ApiModelProperty("院长签字") |
| | | @Excel(name = "院长签字") |
| | | private String president; |
| | | |
| | | |
| | | /** 业务副院长签字 */ |
| | | @ApiModelProperty("业务副院长签字") |
| | | @Excel(name = "业务副院长签字") |
| | |
| | | @Excel(name = "记录状态") |
| | | private long serfunid; |
| | | |
| | | @ApiModelProperty("付款方式") |
| | | private String zffs; |
| | | |
| | | @ApiModelProperty("付款日期") |
| | | private String riqi; |
| | | |
| | | |
| | | @ApiModelProperty("财务驳回信息:姓名+' '+时间+' '+意见") |
| | | @Excel(name = "财务驳回信息:姓名+' '+时间+' '+意见") |
| | | private String cxrjyj; |
| | | |
| | | /** |
| | | * 审批结果(“中心签字” 为1,财务副院长签字为2,业务副院长签字为3)以“,”分开,如果1,2,3都有了,说明这个审批完成了 |
| | | */ |
| | | @ApiModelProperty("审批结果") |
| | | private int spjg; |
| | | } |
| | | |