Merge remote-tracking branch 'origin/dev_wkx_20251209' into dev
This commit is contained in:
+4
@@ -44,4 +44,8 @@ public class ReceivingAccountPO extends BaseVOEntity {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@Excel(name = "更新时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date updateTime;
|
||||
/**组织相关*/
|
||||
private String topOrganizationId;
|
||||
/**组织相关*/
|
||||
private String organizationId;
|
||||
}
|
||||
|
||||
+5
@@ -26,4 +26,9 @@ public class ReceivingAccountDO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("删除标记:1-正常,2-已删除")
|
||||
private Integer delFlag;
|
||||
|
||||
/**组织相关*/
|
||||
private String topOrganizationId;
|
||||
/**组织相关*/
|
||||
private String organizationId;
|
||||
}
|
||||
|
||||
@@ -36,4 +36,8 @@ public class ReceivingAccountDTO {
|
||||
@ApiModelProperty("更新时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date updateTime;
|
||||
/**组织相关*/
|
||||
private String topOrganizationId;
|
||||
/**组织相关*/
|
||||
private String organizationId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user