add 到账开票页面增加会员证书
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ create table tb_certificate_payment
|
||||
in_account tinyint(1) null comment '到账',
|
||||
make_invoice tinyint(1) null comment '开票',
|
||||
mail tinyint(1) null comment '邮寄',
|
||||
charge_use tinyint(1) default 3 null comment '来款用途(字典表)',
|
||||
charge_use tinyint(1) default 18 null comment '来款用途(字典表)',
|
||||
invoice_amount decimal(12, 2) null comment '开票金额'
|
||||
)
|
||||
comment '标协会员证书缴费表' charset = utf8;
|
||||
|
||||
Reference in New Issue
Block a user