|
|
@@ -1,6 +1,7 @@ |
|
|
|
package com.qtzl.alterSales.dao.entity.second; |
|
|
|
|
|
|
|
import cn.com.taiji.common.entity.StringUUIDEntity; |
|
|
|
import com.alibaba.fastjson2.annotation.JSONField; |
|
|
|
|
|
|
|
import javax.persistence.Column; |
|
|
|
import javax.persistence.Entity; |
|
|
@@ -30,6 +31,7 @@ public class AflWechatSing extends StringUUIDEntity { |
|
|
|
/** |
|
|
|
* 签约状态变更时间 |
|
|
|
*/ |
|
|
|
@JSONField(format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date signStatusTime; |
|
|
|
|
|
|
|
/** |
|
|
@@ -65,11 +67,13 @@ public class AflWechatSing extends StringUUIDEntity { |
|
|
|
/** |
|
|
|
* 创建时间 |
|
|
|
*/ |
|
|
|
@JSONField(format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date insertTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 修改时间 |
|
|
|
*/ |
|
|
|
@JSONField(format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date updateTime; |
|
|
|
|
|
|
|
@Column(name = "PLATE_NUM") |