feat: เพิ่ม baseOnly

This commit is contained in:
Net 2024-06-24 09:38:57 +07:00
parent e9db42b2b2
commit 2a88eac660

View file

@ -547,7 +547,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
query?: string;
page?: number;
pageSize?: number;
baseonly?: boolean;
baseOnly?: boolean;
},
flow?: {
sessionId: string;