bug fixed
This commit is contained in:
parent
28ce072090
commit
a23a250f7b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user