sunpengfei
8 天以前 09d39bd7f1bfc72b78e0060c197562610a0ca9f8
FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseAuth.cs
@@ -107,5 +107,15 @@
        /// 企业授权书
        /// </summary>
        public string ProxyPowerAttorneyUrl { get; set; }
        /// <summary>
        /// 电子签企业Id
        /// </summary>
        public Guid? ElectronSignEnterpriseId { get; set; }
        /// <summary>
        /// 第三方实名通道账号
        /// </summary>
        public string CertAccount { get; set; }
    }
}