|
namespace Crm.Core.External.Web.Models
|
|
{
|
|
public class CreateCustomerOrderModel
|
|
{
|
|
public decimal? Deptid { get; set; }
|
|
|
|
public string? Resid { get; set; }
|
|
|
|
public decimal? Eid { get; set; }
|
|
|
|
public string? Typeid { get; set; }
|
|
|
|
public string? Content { get; set; }
|
|
}
|
|
}
|