addable & removable recipelist | savable topping & material WIP
This commit is contained in:
parent
c0e9c62d85
commit
18ea640282
8 changed files with 668 additions and 301 deletions
|
|
@ -166,26 +166,31 @@ export interface ToppingSet {
|
|||
}
|
||||
|
||||
export interface MaterialSetting {
|
||||
StringParam: string,
|
||||
materialName: string;
|
||||
materialId: number;
|
||||
materialOtherName: string;
|
||||
RawMaterialUnit: string;
|
||||
IceScreamBingsuChannel: boolean;
|
||||
StringParam: string;
|
||||
AlarmIDWhenOffline: string;
|
||||
BeanChannel: string;
|
||||
BeanChannel: boolean;
|
||||
CanisterType: string;
|
||||
DrainTimer: string;
|
||||
IsEquipment: string;
|
||||
LeavesChannel: string;
|
||||
IsEquipment: boolean;
|
||||
LeavesChannel: boolean;
|
||||
LowToOffline: string;
|
||||
MaterialStatus: string;
|
||||
PowderChannel: string;
|
||||
PowderChannel: boolean;
|
||||
RefillUnitGram: string;
|
||||
RefillUnitMilliliters: string;
|
||||
RefillUnitPCS: string;
|
||||
ScheduleDrainType: string;
|
||||
SodaChannel: string;
|
||||
StockAdjust: string;
|
||||
SyrupChannel: string;
|
||||
id: string;
|
||||
idAlternate: string;
|
||||
isUse: string;
|
||||
SyrupChannel: boolean;
|
||||
id: number;
|
||||
idAlternate: number;
|
||||
isUse: boolean;
|
||||
pay_rettry_max_count: string;
|
||||
feed_mode: string;
|
||||
MaterialParameter: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue