namespace MES.Service.Dto.service { public class CCLoginDto { /// /// 产测登录号 /// public string LoginId { get; set; } } }