18 lines
427 B
C#
18 lines
427 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_WeWork_SetEid
|
|
{
|
|
public string Appid { get; set; }
|
|
public string Userid { get; set; }
|
|
public decimal? Ch { get; set; }
|
|
public decimal? Eid { get; set; }
|
|
public string DeptId { get; set; }
|
|
}
|
|
}
|