| | |
| | | private Long cstmrId; |
| | | |
| | | /** |
| | | * 客户代号 |
| | | * 项目代号 |
| | | */ |
| | | @ApiModelProperty(value= "客户代号") |
| | | @ApiModelProperty(value= "项目代号") |
| | | private String uuid; |
| | | |
| | | /** |
| | |
| | | private String name; |
| | | |
| | | /** |
| | | * 总金额 |
| | | * 项目总金额 |
| | | */ |
| | | @ApiModelProperty(value= "总金额") |
| | | @ApiModelProperty(value= "项目总金额") |
| | | private Double money; |
| | | |
| | | /** |
| | |
| | | if (Cools.isEmpty(this.createTime)){ |
| | | return ""; |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.createTime); |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm").format(this.createTime); |
| | | } |
| | | |
| | | public String getUpdateBy$(){ |
| | |
| | | if (Cools.isEmpty(this.updateTime)){ |
| | | return ""; |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.updateTime); |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm").format(this.updateTime); |
| | | } |
| | | |
| | | @TableField(exist = false) |