feat: factory article for product
This commit is contained in:
		@@ -7,6 +7,7 @@ import type { ProductImageSchema } from './ProductImageSchema';
 | 
			
		||||
export type ProductCreateRequest = {
 | 
			
		||||
    name: string;
 | 
			
		||||
    article?: (string | null);
 | 
			
		||||
    factoryArticle?: (string | null);
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    barcodes: Array<string>;
 | 
			
		||||
    barcodeTemplate?: (BarcodeTemplateSchema | null);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user