using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Application
{
///
/// 登录客户
///
public class UserLoginCorpInput:UserLoginInput
{
///
/// 客户标识
///
public long CorpID { get; set; }
}
}