實體類 欄位帶上[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; }