Commit 1fc55b3e authored by 成亚卿's avatar 成亚卿

添加水印字段

parent 3bb3a453
......@@ -3030,4 +3030,14 @@ commit;
comment on column "AS_SYSTEM"."MICRO_APP" is '微前端路径';
</sql>
</version>
<version edition="147" description="设置水印">
<sql creator="ChengYaqing" createDate="20210330" note="设置水印">
alter table "AS_SCAN_SETTING" add column("SPLIT_VALUE" VARCHAR2(255));
alter table "AS_SCAN_SETTING" add column("STATIC_VALUE" VARCHAR2(255));
alter table "AS_SCAN_SETTING" add column("ORGAN_ID" NUMBER(10,0));
comment on column "AS_SCAN_SETTING"."SPLIT_VALUE" is '水印分隔符';
comment on column "AS_SCAN_SETTING"."STATIC_VALUE" is '静态水印值';
comment on column "AS_SCAN_SETTING"."ORGAN_ID" is '立档单位ID,用于区分上下级';
</sql>
</version>
</update>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment