15 lines
301 B
C#
15 lines
301 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace YLErp.Model
|
|
{
|
|
public class SwapTradeSendEmailResp
|
|
{
|
|
public string contractCode { get; set; }
|
|
public string send_email_result { get; set; }
|
|
}
|
|
}
|