CURD.md 402 B

一键生成CRUD

//生成user表的CRUD,二级目录为user,且对应的模型名为user php think crud -t user -c user/user -m user -u 1 --force=true

// 生成报单算力账变CURD命令 php think crud -t ledger_declaration_change -c ledger/LedgerDeclarationChange -m LedgerDeclarationChange -u 1 --force=true

composer require google/apiclient:^2.0 --ignore-platform-req=ext-gmp