Files
zszq-trs/YLErpDAL/Modules/TradeMsgOutputModule/Dto/GenerateDbfFileResult.cs
T
2024-05-09 14:06:26 +08:00

16 lines
315 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YLErp.Modules.TradeMsgOutputModule.Dto
{
public class GenerateDbfFileResult
{
public string FileName { get; set; }
public string FilePath { get; set; }
}
}