using System; namespace Admin.NET.Application { /// /// 菜单关联量表输出参数 /// public class BusMenuMapScaleOutput { /// /// /// public long MenuId { get; set; } /// /// /// public long ScaleId { get; set; } /// /// Id主键 /// public long Id { get; set; } } }