You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
2.1 KiB
Plaintext

{
"global":
{
"all":
[
"create table pos_card_account_destroy(id varchar(32) primary key not null unique, tenantId varchar(16) not null, storeId varchar(32), storeNo varchar(32), storeName varchar(500), workerId varchar(32), workerNo varchar(32), workerName varchar(64), posNo varchar(16), planNo varchar(32), planName varchar(64), cardNo varchar(32)not null, payNo varchar(32), payName varchar(64), debitMoney decimal(24, 4)default(0), refundMoney decimal(24, 4)default(0), voucherNo varchar(512), createUser varchar(32), createDate varchar(32), modifyUser varchar(32), modifyDate varchar(32));",
"alter table pos_store_handover add column cardRefundCount INT default 0;",
"alter table pos_store_handover add column cardRefundMoney decimal(24,4) default 0;",
"delete from pos_module where keycode = '积分合并';",
"INSERT INTO pos_resources (id, tenantId, [group], name, keycode, keydata, enable, permission, createUser, createDate, modifyUser, modifyDate) VALUES ('969511236335177728', '373001', '会员类', '门店会员查询', '门店会员查询', '', 1, '20018', 'sync', '2018-03-02 17:54:26', 'sync', '2018-03-02 17:54:26');",
"INSERT INTO pos_module (id, tenantId, area, parentId, name, alias, keycode, keydata, color1, color2, color3, fontSize, shortcut, orderNo, icon, enable, resourceId, layout, createUser, createDate, modifyUser, modifyDate) VALUES ('969511268027338752', '373001', '明细区', '871308957472395265', '门店会员查询', '门店会员查询', '门店会员查询', '', '#333333', '#333333', 'White', '大字', '', 11, '\uf023', 1, '969511236335177728', 2, 'sync', '2018-03-02 17:54:33', 'sync', '2018-03-02 17:54:33');",
"INSERT INTO pos_module (id, tenantId, area, parentId, name, alias, keycode, keydata, color1, color2, color3, fontSize, shortcut, orderNo, icon, enable, resourceId, layout, createUser, createDate, modifyUser, modifyDate) VALUES ('970484666261966848', '373001', '明细区', '871308957472395265', '会员换卡', '会员换卡', '会员换卡', '', '#333333', '#333333', 'White', '大字', '', 7, '\uf023', 1, '899256326788616192', 2, 'sync', '2018-03-05 10:22:29', 'sync', '2018-03-05 10:22:29');"
]
}
}