zhangwei
2025-08-29 06dd8d0b5614c39a50924046714c444cc75c21e9
Admin.NET/FZCZTB.NET.MD/Collection.cs
@@ -27,6 +27,14 @@
        /// </summary>
        [SugarColumn(IsPrimaryKey = true)]
        public Guid TenderId { get; set; }
        /// <summary>
        /// 创建者CusExtendId
        /// </summary>
        [OwnerUser]
        [SugarColumn(ColumnDescription = "创建者CusExtendId", IsOnlyIgnoreUpdate = true)]
        public long? CusExtendId { get; set; }
    }