add topping WIP

This commit is contained in:
pakintada@gmail.com 2024-02-02 17:07:49 +07:00
parent cabfcdee15
commit 16e0e4f9d8
11 changed files with 460 additions and 26 deletions

View file

@ -113,7 +113,7 @@ export interface ToppingGroup {
groupID: string;
idDefault: string;
idInGroup: string;
inUse: string;
inUse: boolean;
name: string;
otherName: string;
}