企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
alter table t_recharge add is_show varchar2(20) default 1 ; comment on column t_recharge.is_show is '是否在通宝+展示该订单 1:展示,2:不展示'; alter table t_accountdetails add is_show varchar2(20) default 1 ; comment on column t_accountdetails.is_show is '是否在通宝+展示该订单 1:展示,2:不展示'; --orders 物业霸王餐欠费信息 alter table t_orders add billids varchar2(2000) ; comment on column t_orders.billids is '物业霸王餐欠费id'; alter table t_orders add propertyparam varchar2(2000) ; comment on column t_orders .propertyparam is '物业霸王餐加密参数'; --物业霸王餐订单id create sequence seq_bwc_id increment by 1 start with 1 nomaxvalue nominvalue nocache;