2025-07-21 16:52:17 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using MyCode.Project.Domain.Message.Response.KingDee.K3Result.Model;
|
|
|
|
|
|
|
|
|
|
|
|
namespace MyCode.Project.Domain.Message.Response.KingDee.K3Result
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 金蝶云星空返回类
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public class K3ApiResult
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 返回对象
|
|
|
|
|
|
/// </summary>
|
2025-07-28 11:57:11 +08:00
|
|
|
|
public K3CloudResult Result { get; set; }
|
2025-07-21 16:52:17 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|