| | |
| | | /** 交通费 */ |
| | | @ApiModelProperty("交通费") |
| | | @Excel(name = "交通费") |
| | | private Double trafficexpense; |
| | | private BigDecimal trafficexpense; |
| | | |
| | | /** 交通工具 */ |
| | | @ApiModelProperty("交通工具") |
| | |
| | | /** 市内交通费 */ |
| | | @ApiModelProperty("市内交通费") |
| | | @Excel(name = "市内交通费") |
| | | private Double cityfee; |
| | | private BigDecimal cityfee; |
| | | |
| | | /** 住宿费 */ |
| | | @ApiModelProperty("住宿费") |
| | | @Excel(name = "住宿费") |
| | | private Double hotelexpense; |
| | | private BigDecimal hotelexpense; |
| | | |
| | | /** 发票张数 */ |
| | | @ApiModelProperty("发票张数") |
| | |
| | | /** 杂费 */ |
| | | @ApiModelProperty("杂费") |
| | | @Excel(name = "杂费") |
| | | private Double otherexpense; |
| | | private BigDecimal otherexpense; |
| | | |
| | | /** 伙食费 */ |
| | | @ApiModelProperty("伙食费") |
| | | @Excel(name = "伙食费") |
| | | private Double foodexpenses; |
| | | private BigDecimal foodexpenses; |
| | | |
| | | /** 伙食费补助 */ |
| | | @ApiModelProperty("伙食费补助") |
| | | @Excel(name = "伙食费补助") |
| | | private Double foodallowance; |
| | | private BigDecimal foodallowance; |
| | | |
| | | /** 附件表 */ |
| | | @ApiModelProperty("附件表") |
| | |
| | | @Excel(name = "所属街道(镇)名称") |
| | | private String traveltownname; |
| | | |
| | | private Double otherfeeamount; |
| | | private BigDecimal otherfeeamount; |
| | | |
| | | private String otherfeedesc; |
| | | |