@@ -51,5 +51,7 @@ private static final long serialVersionUID=1L;
private Long tenantId;
@TableField(exist = false)
private Long oId;
+ /** 公共标识:1公共章 0非公共章 */
+ private String commonSign;
}