using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core { /// /// 企业实名方式 /// public enum EnumEnterpriseRealMethod { /// /// 企业三要素 /// Identity3 = 10, /// /// 企业四要素 /// Identity4 = 20 } }