using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Admin.Core.Model.ViewModels
{
public class WareHouseSubView: Hw_Warehouse
{
///
/// 子菜单
///
public List Children { get; set; } = new List();
}
}