Files
YunTongJackYunTask/Reportapi/MyCode.Project.Domain/Message/Response/JackYun/BusiOrderGoodsDocInSummary.cs

16 lines
304 B
C#
Raw Normal View History

2025-11-06 18:12:17 +08:00
using MyCode.Project.Domain.Model;
using System;
2025-11-06 10:14:41 +08:00
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCode.Project.Domain.Message.Response.JackYun
{
2025-11-06 18:12:17 +08:00
public class BusiOrderGoodsDocInSummary: PushKingDeeGoodsDocIn
2025-11-06 10:14:41 +08:00
{
2025-11-06 18:12:17 +08:00
2025-11-06 10:14:41 +08:00
}
}