PaperBasicInfo

dev-tmp1
luotaiqian 2026-08-24 10:05:07 +08:00
parent c0e3b02026
commit 3da8c36455
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ public class BaseEntity implements Serializable {
@ApiModelProperty("租户id")
private Long tenantId;
@ApiModelProperty("机构id")
private Long orgId;
@ApiModelProperty("版本")
private Integer version;