using JNPF.Common.Filter; using JNPF.DependencyInjection; namespace JNPF.Systems.Entitys.Dto.SmsTemplate; /// /// base_sms_template列表查询输入. /// [SuppressSniffer] public class SmsTemplateListQueryInput : PageInputBase { }