价格增加百分比上浮

This commit is contained in:
liu
2026-08-06 14:52:56 +08:00
parent 07b08c8915
commit c6f69c5c55
19 changed files with 958 additions and 93 deletions
@@ -36,6 +36,7 @@ class ProductModelFactory extends Factory
'shelf_life' => 0,
'stock' => 0,
'status' => ProductModel::STATUS_ON,
'cost_price' => 0,
'remark' => '',
];
}