實體類 字段帶上[SugarColumn(IsJson = true)]
/// <summary>
///期
/// </summary>
[SugarColumn(IsJson = true, ColumnDescription = "期")]
public string[]? Period { get; set; }
查詢出庫時字段也必須帶著 [SugarColumn(IsJson = true)]
[SugarColumn(IsJson = true)]
public string[]? Period { get; set; }
技術交流qq群:143280841
浙公網安備 33010602011771號