namespace WX.CRM.WebHelper.UtilityModel
{
public class TraderCommit
public string Id { get; set; }
public string oldUserId { get; set; }
public string newUserId { get; set; }
public string tradeCode { get; set; }
}