| | |
| | | @ExcelColumn(name="应收金额",index = 5,width = 6) |
| | | private BigDecimal receivableFee; |
| | | |
| | | @ApiModelProperty(value = "费用类型:0=租赁费;1=物业费;2=租赁押金;3=物业证金;4=水电费;5=杂项费;6=其他 ", example = "1") |
| | | @ExcelColumn(name="费用类型",index = 8,width = 6,valueMapping = "0=租赁费;1=物业费;2=租赁押金;3=物业证金;4=水电费;5=杂项费;6=其他;") |
| | | @ApiModelProperty(value = "费用类型:0=租赁费;1=物业费;2=租赁押金;3=物业押金;4=水电费;5=杂项费;6=其他 ;7=保证金", example = "1") |
| | | @ExcelColumn(name="费用类型",index = 8,width = 6,valueMapping = "0=租赁费;1=物业费;2=租赁押金;3=物业押金;4=水电费;5=杂项费;6=其他;7=保证金") |
| | | private Integer costType; |
| | | |
| | | @ApiModelProperty(value = "账单类型:0=收款;1=付款", example = "1") |