wip: change to optional field
- note: adjust api to be working with premium deps. Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
777c5ebd01
commit
c2d786b0ef
1 changed files with 2 additions and 1 deletions
|
|
@ -1009,7 +1009,8 @@ pub struct Recipe01 {
|
||||||
#[serde(default = "BlankString")]
|
#[serde(default = "BlankString")]
|
||||||
pub Description: Option<String>,
|
pub Description: Option<String>,
|
||||||
pub ExtendID: Value,
|
pub ExtendID: Value,
|
||||||
pub OnTOP: Value,
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub OnTOP: Option<Value>,
|
||||||
#[serde(default = "BlankValueString")]
|
#[serde(default = "BlankValueString")]
|
||||||
pub LastChange: Option<Value>,
|
pub LastChange: Option<Value>,
|
||||||
pub MenuStatus: Value,
|
pub MenuStatus: Value,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue