新增获取药品订单列表接口

This commit is contained in:
2023-03-11 14:42:01 +08:00
parent e5845adf01
commit ef2289b1f7
9 changed files with 728 additions and 440 deletions
+1
View File
@@ -25,6 +25,7 @@ use Hyperf\Snowflake\Concern\Snowflake;
* @property string $product_spec 商品规格
* @property \Carbon\Carbon $created_at 创建时间
* @property \Carbon\Carbon $updated_at 修改时间
* @property-read Product $Product
*/
class OrderProductItem extends Model
{