using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Myshipping.Application
{
public class QueryLocationsCOSCODto
{
///
/// 港口或城市名称
///
public string cityName { get; set; }
///
/// 船公司代码
///
public string carrierId { get; set; }
///
/// 指定适用邮箱代码
///
public string assignUserAccountCode { get; set; }
}
}