using Furion.FriendlyException; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ApiTools.Core.Enums.WxmpUtils { [ErrorCodeType] public enum EnumTemplate { [ErrorCodeItemMetadata("模板1")] Template01 = 01, [ErrorCodeItemMetadata("模板2")] Template02 = 02, } }