bug fixed

This commit is contained in:
병준 박 2022-08-13 20:50:52 +00:00
parent 28ce072090
commit a23a250f7b

View File

@ -1,9 +1,12 @@
pub mod backend;
pub mod bank; pub mod bank;
pub mod core;
pub mod frontend;
pub mod identity; pub mod identity;
pub mod member;
pub mod member_bank_account; pub mod member_bank_account;
pub mod member_bank_deposit; pub mod member_bank_deposit;
pub mod member_bank_withdraw; pub mod member_bank_withdraw;
pub mod member_class; pub mod member_class;
pub mod member_level; pub mod member_level;
pub mod member;
pub mod site; pub mod site;