feat(product): 恢復並實作商品起停用狀態功能,包含表單開關與列表顯示
This commit is contained in:
@@ -43,6 +43,7 @@ export interface Product {
|
||||
price?: number;
|
||||
member_price?: number;
|
||||
wholesale_price?: number;
|
||||
is_active?: boolean;
|
||||
}
|
||||
|
||||
interface PageProps {
|
||||
|
||||
Reference in New Issue
Block a user