This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[修改][手续费][添加字段]
release_toaliyun_real
luozukai
6 years ago
parent
404edea37b
commit
5689c1b15a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mallinkAdmin/src/main/resources/db/migration/V201910091526__L_CONTRACT.sql
+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201910091526__L_CONTRACT.sql
View File
@@ -0,0 +1,2 @@
alter table wx_pay_account_bill
add column `service_charge_rate` INT (5) NULL DEFAULT 0 COMMENT '手续费费率';
Write
Preview
Loading…
Cancel
Save