微信API 账单处理
This commit is contained in:
@@ -17,6 +17,7 @@ CREATE TABLE `qn_acc_bill` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`user_id` varchar(200) NOT NULL,
|
||||
`money` double(9,2) NOT NULL COMMENT '金额',
|
||||
`balance` double(9,2) NOT NULL COMMENT '余额',
|
||||
`bill_type` varchar(20) DEFAULT NULL COMMENT '账单类型',
|
||||
`from_account` int(10) DEFAULT NULL COMMENT '转账&还款需要',
|
||||
`account` int(10) DEFAULT NULL COMMENT '账户分类ID',
|
||||
|
||||
Reference in New Issue
Block a user