Files
zszq-trs/YLErpDAL/Modules/SwapModule/Interface/IPushHTService.cs
T
2024-05-09 14:06:26 +08:00

17 lines
313 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YLErp.Modules.SwapModule.Interface
{
public interface IPushHTService
{
void PushTrade();
void PushClient();
void PushSingle(PushLog pushLog);
}
}