Product Group

This commit is contained in:
Amritanshu
2019-06-16 01:39:37 +05:30
parent 459ab244ff
commit 52e978b3b0
20 changed files with 321 additions and 174 deletions

View File

@ -3,7 +3,7 @@ export class ProductGroup {
name: string;
discountLimit: number;
isModifierCompulsory: boolean;
groupModifier: string;
groupType: string;
isActive: boolean;
isFixture: boolean;
sortOrder: number;