using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Pcb.SupplyerFront.Infrastructures { /// /// 功能特性 /// public class FunctionAttribute : Attribute { public FunctionAttribute() { } } }