ComplianceServer/oldcode/Model/DTO/UserCenterConcatConcat.cs

14 lines
355 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace WX.CRM.Model.DTO
{
/// <summary>
/// 用户合并调用明辉合并POST参数
/// </summary>
public class UserCenterConcatConcat
{
public string appid { get; set; }
public string appuserid { get; set; }
public string toappid { get; set; }
public string toappuserid { get; set; }
}
}