using System.Collections.Generic;
namespace Win_in.Sfs.Wms.Pda.Models;
///
///
///
public class PdaMenuGroupDto
{
///
///
///
public string title { get; set; }
///
///
///
public int groupSort { get; set; }
///
///
///
public List list { get; set; }
}