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:
Pakin 2026-07-13 15:48:04 +07:00
parent 777c5ebd01
commit c2d786b0ef

View file

@ -1009,7 +1009,8 @@ pub struct Recipe01 {
#[serde(default = "BlankString")]
pub Description: Option<String>,
pub ExtendID: Value,
pub OnTOP: Value,
#[serde(skip_serializing_if = "Option::is_none")]
pub OnTOP: Option<Value>,
#[serde(default = "BlankValueString")]
pub LastChange: Option<Value>,
pub MenuStatus: Value,