using System; using System.Collections.Generic; using System.Text; namespace wms.dto.attribute { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public class SwaggerIgnoreAttribute : Attribute { } }