Explorar el Código

修改产品字段

chenxiqiang hace 7 años
padre
commit
4a541520f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      manage-server/app/Models/Product.php

+ 1
- 1
manage-server/app/Models/Product.php Ver fichero

@@ -13,6 +13,6 @@ class Product extends Model
13 13
     	'name', // 产品名称
14 14
 		'info', // 产品信息
15 15
 		'price', // 产品价格
16
-		'amount', // 产品库存
16
+		'status', // 产品状态, 上架/下架
17 17
 	];
18 18
 }

Loading…
Cancelar
Guardar