using APT.Infrastructure.Core; using System; using System.Collections.Generic; using System.Text; namespace APT.BaseData.Domain.ApiModel.BD { public class MeterNodeQuery:BaseFilter { /// /// 菜单参数 /// public string menuFormParam { get; set; } /// /// 查询条件 /// public string search { get; set; } public string parentId { get; set; } public int meterType { get; set; } } }