diff --git a/backend/README.md b/backend/README.md index d7c753c..92ec20f 100644 --- a/backend/README.md +++ b/backend/README.md @@ -3,4 +3,12 @@ 创建模型: -`php ./bin/hyperf.php gen:model -F --with-comments --with-ide --property-case 0 -R companies` \ No newline at end of file +`php ./bin/hyperf.php gen:model -F --with-comments --with-ide --property-case 0 -R companies` + + + +## 业务规范 + +1. 拆分模型之间的强关联 +2. 订单子项可以根据需要进行更新 +