修改库存
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user