TG.WXCRM.V4/Core.DTO/Ord/protocolSignRet.cs

19 lines
390 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CRM.Core.DTO.Ord
{
public class protocolSignRet
{
public string id { get; set; }
public int status { get; set; }//0 未签订 1签订 9确认签订
}
public class ProtocolId
{
public string id { get; set; }
}
}