南骏 池
2025-05-12 c418ccde908642c73f86ff43cc999be835a1e77d
entity/LLJView.cs
@@ -9,13 +9,11 @@
public class LLJView
{
    /// <summary>
    ///
    ///</summary>
    /// </summary>
    [SugarColumn(ColumnName = "guid")]
    public Guid guid { get; set; }
    [SugarColumn(ColumnName = "fsubmit")]
    public int? fsubmit{ get; set; }
    [SugarColumn(ColumnName = "fsubmit")] public int? fsubmit { get; set; }
    /// <summary>
    ///     审核标识
@@ -154,4 +152,10 @@
    /// </summary>
    [SugarColumn(ColumnName = "F_TYPE")]
    public bool? Ftype { get; set; }
    /// <summary>
    ///     委外标识(0:采购 、1:委外)
    /// </summary>
    [SugarColumn(ColumnName = "remarks")]
    public string? Remarks { get; set; }
}