PaperBasicInfo
parent
c0e3b02026
commit
3da8c36455
|
|
@ -30,6 +30,9 @@ public class BaseEntity implements Serializable {
|
|||
@ApiModelProperty("租户id")
|
||||
private Long tenantId;
|
||||
|
||||
@ApiModelProperty("机构id")
|
||||
private Long orgId;
|
||||
|
||||
@ApiModelProperty("版本")
|
||||
private Integer version;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue