feat: deal product services
This commit is contained in:
		@@ -4,7 +4,6 @@
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BarcodeTemplateSchema } from './BarcodeTemplateSchema';
 | 
			
		||||
export type ProductSchema = {
 | 
			
		||||
    id: number;
 | 
			
		||||
    name: string;
 | 
			
		||||
    article: string;
 | 
			
		||||
    clientId: number;
 | 
			
		||||
@@ -15,5 +14,6 @@ export type ProductSchema = {
 | 
			
		||||
    composition?: (string | null);
 | 
			
		||||
    size?: (string | null);
 | 
			
		||||
    additionalInfo?: (string | null);
 | 
			
		||||
    id: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user