| | |
| | | private String title; |
| | | @ApiModelProperty(value = "账单编号") |
| | | private String code; |
| | | @ApiModelProperty(value = "类型 0合同账单 1自建账单", example = "1") |
| | | @ExcelColumn(name="账单来源",index = 12,width = 6,valueMapping = "0=合同账单;1=自建账单;") |
| | | @ApiModelProperty(value = "类型 0合同账单 1自建账单 2退款账单", example = "1") |
| | | @ExcelColumn(name="账单来源",index = 12,width = 6,valueMapping = "0=合同账单;1=自建账单;2=退款账单") |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "状态 0开始;1关闭;", example = "1") |
| | |
| | | @ApiModelProperty(value = "费用类型:0=周期费用;1=一次性费用") |
| | | @TableField(exist = false) |
| | | private Integer feeType; |
| | | |
| | | @ApiModelProperty(value = "所属公司", example = "1") |
| | | private Integer companyId; |
| | | |
| | |
| | | @ExcelColumn(name="合同编号",index = 2,width = 10) |
| | | @TableField(exist = false) |
| | | private String contractCode; |
| | | @ApiModelProperty(value = "合同状态", example = "1") |
| | | @TableField(exist = false) |
| | | private Integer contractStatus; |
| | | |
| | | @ApiModelProperty(value = "楼宇房间", example = "1") |
| | | @ExcelColumn(name="楼宇房间",index = 1,width = 10) |