TG.WXCRM.V4/WX.CRM.DataSynFactory/Templates/Client_ChangeMobile.cs

16 lines
345 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WX.CRM.DataSynFactory.Templates
{
public class Client_ChangeMobile
{
public string content { get; set; }
public string clientid { get; set; }
public string sign { get; set; }
}
}