update modal
This commit is contained in:
parent
fabc7fa7fb
commit
682118ef45
3 changed files with 83 additions and 34 deletions
|
|
@ -32,13 +32,13 @@ export interface Recipe01 {
|
|||
TextForWarningBeforePay: string[];
|
||||
cashPrice: number;
|
||||
changerecipe: string;
|
||||
disable: string;
|
||||
disable: boolean;
|
||||
disable_by_cup: string;
|
||||
disable_by_ice: string;
|
||||
EncoderCount: string;
|
||||
id: string;
|
||||
isUse: string;
|
||||
isShow: string;
|
||||
isUse: boolean;
|
||||
isShow: boolean;
|
||||
name: string;
|
||||
nonCashPrice: string;
|
||||
otherDescription: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue