menu add sort

parent db364a75
......@@ -33,6 +33,8 @@ public class MenuResponse
/// </summary>
public int States { get; set; }
public int Sort { get; set; }
public List<MenuResponse> Children { get; set; }
}
}
......@@ -49,5 +49,6 @@ public class sys_menu
/// 菜单状态 1 启用 2禁用
/// </summary>
public int States { get; set; }
public int Sort { get; set; }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment