| | |
| | | * 过期时间 |
| | | */ |
| | | @ApiModelProperty(value= "过期时间") |
| | | @TableField("expice_time") |
| | | @TableField("expire_time") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | private Date expiceTime; |
| | | private Date expireTime; |
| | | |
| | | /** |
| | | * 部门ID |
| | |
| | | this.orderNo = orderNo; |
| | | this.batch = batch; |
| | | this.quantity = quantity; |
| | | this.expiceTime = expiceTime; |
| | | this.expireTime = expiceTime; |
| | | this.deptId = deptId; |
| | | this.createTime = createTime; |
| | | this.createBy = createBy; |
| | |
| | | // ); |
| | | |
| | | public String getExpiceTime$(){ |
| | | if (Cools.isEmpty(this.expiceTime)){ |
| | | if (Cools.isEmpty(this.expireTime)){ |
| | | return ""; |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.expiceTime); |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.expireTime); |
| | | } |
| | | |
| | | public String getCreateTime$(){ |