add 到账开票页面增加会员证书

This commit is contained in:
lijiarao
2021-12-16 14:04:32 +08:00
parent 4b5d9894fc
commit 3f2af6729f
7 changed files with 108 additions and 7 deletions
+1 -1
View File
@@ -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;