修改库存

This commit is contained in:
2023-03-27 15:00:53 +08:00
parent caa92df22e
commit 4a0a162297
9 changed files with 157 additions and 85 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ class OrderPrescriptionProduct extends Model
* @param array $data
* @return Model|OrderPrescriptionProduct
*/
public static function addOrderPrescriptionProduct(array $data): \Hyperf\Database\Model\Model|OrderPrescriptionProduct
public static function addOrderPrescriptionProduct(array $data): Model|OrderPrescriptionProduct
{
return self::create($data);
}