using System; using System.Collections.Generic; using System.Text; namespace wms.dto.request.hj { public class TunnelRequest { public string WareHouse { get; set; } public string Tunnel { get; set; } public string type { get; set; } } public class UpdateTunStatu : TunnelRequest { public int statu { get; set; } } }