我正在Yii 框架中做一个小型 POS 应用程序。我的数据库看起来像这样。现在我已经完成了模型和 crud 的部分。但是在这里我对它们之间的构建关系有点困惑。那么有人可以告诉我模型中它们之间的关系是什么吗?任何帮助和建议都将是非常可观的。谢谢..
====================
mspl_sales
====================
id
product_id
store_id
discount_id
agent_id
date
price
discount_percentage
===================
mspl_requistitation
===================
id
store_id
product_id
agent_id
date
requisition_number
procure_quantity
balance_store_stock
priority
==================
mspl_product
==================
id
product_name
cost_price
selling_price
==================
mspl_store
=================
id
store_name
store_location
==================
mspl_discount
==================
id
discount_type
=================
mspl_agent
===============
id
user_name
email_id
agent_code
authorization_password