feat: (REQ-3846) 图文并茂加上createAt

This commit is contained in:
xudawei 2025-04-11 17:50:04 +08:00
parent 5b39f78f08
commit 44b57eb461
2 changed files with 20 additions and 0 deletions

View File

@ -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;
}
}

View File

@ -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;
}