sunpengfei
2025-08-21 0b7bcf0a7f3be4919721f9c32c2b68a529adea8c
FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseAuth.cs
@@ -1,4 +1,5 @@
using System;
using Mapster;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
@@ -106,5 +107,15 @@
        /// 企业授权书
        /// </summary>
        public string ProxyPowerAttorneyUrl { get; set; }
        /// <summary>
        /// 电子签企业Id
        /// </summary>
        public Guid? ElectronSignEnterpriseId { get; set; }
        /// <summary>
        /// 实名Id
        /// </summary>
        public string RealId { get; set; }
    }
}