| | |
| | | @TableField("update_user_id") |
| | | private Long updateUserId; |
| | | |
| | | @ApiModelProperty(value= "员工ID,null表示数据属于公司") |
| | | @TableField("staff") |
| | | private Long staff; |
| | | |
| | | /** |
| | | * 完成情况,预留字段 |
| | | */ |
| | | @ApiModelProperty(value= "完成情况,预留字段") |
| | | @TableField("complete") |
| | | private String complete; |
| | | |
| | | public CompanyTarget() {} |
| | | |
| | | public CompanyTarget(String year,String target,Date createTime,Long userId,Date updateTime,Long updateUserId) { |
| | |
| | | return ""; |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.updateTime); |
| | | } |
| | | |
| | | public String getTarget$() { |
| | | if (Cools.isEmpty(this.target)){ |
| | | return ""; |
| | | } |
| | | return WordUtils.formatNumberForAccounting(Double.parseDouble(this.target)); |
| | | } |
| | | |
| | | |