using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core { /// /// 电子签 /// public enum EnumElectronSignAccess { /// /// 上上签 /// BestSign = 10, /// /// 支付宝信任签 /// AlipaySign = 20 } }