Commit e12a1dd5 by 仲光辉

feat: add sql.

parent be704fab
# bill 新增字段
# bill 新增字段
......@@ -61,6 +61,14 @@ alter table contract_unit
alter table bill_reply_slip
add bill_operation_record_uuid bigint(19) null comment 'bill_operation_record uuid';
alter table bill
add pending_audit_amount_pay_time date null comment '当前待审金额支付时间';
alter table bill_item
add pending_audit_amount_pay_time date null comment '当前待审金额支付时间';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment