feat: (REQ-3846) 图文并茂加上createAt
This commit is contained in:
parent
5b39f78f08
commit
44b57eb461
@ -62,6 +62,11 @@ public class UpsertNodeBizAttributesRequest {
|
||||
* 创建时间
|
||||
*/
|
||||
private Long createAtTime;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
private String createAt;
|
||||
}
|
||||
|
||||
@Builder
|
||||
@ -86,6 +91,11 @@ public class UpsertNodeBizAttributesRequest {
|
||||
* 创建时间
|
||||
*/
|
||||
private Long createAtTime;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
private String createAt;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -76,6 +76,11 @@ public class NodeBizAttributes extends BaseEntity<NodeBizAttributes> {
|
||||
* 创建时间
|
||||
*/
|
||||
private Long createAtTime;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
private String createAt;
|
||||
}
|
||||
|
||||
@Builder
|
||||
@ -101,6 +106,11 @@ public class NodeBizAttributes extends BaseEntity<NodeBizAttributes> {
|
||||
* 创建时间
|
||||
*/
|
||||
private Long createAtTime;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
private String createAt;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user