diff --git a/client/src/app/core/models/recipe.model.ts b/client/src/app/core/models/recipe.model.ts index 02016b3..c3053a1 100644 --- a/client/src/app/core/models/recipe.model.ts +++ b/client/src/app/core/models/recipe.model.ts @@ -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; diff --git a/client/src/app/features/material-settings/material-settings.component.html b/client/src/app/features/material-settings/material-settings.component.html index d75d589..565b333 100644 --- a/client/src/app/features/material-settings/material-settings.component.html +++ b/client/src/app/features/material-settings/material-settings.component.html @@ -1,9 +1,20 @@ -
Material Settings
+ +