qqq
This commit is contained in:
14
Controllers/Cloud/HostService/IPushMesInterface.cs
Normal file
14
Controllers/Cloud/HostService/IPushMesInterface.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using RB_MES_API.Models.Cloud;
|
||||
|
||||
namespace RB_MES_API.HostService
|
||||
{
|
||||
/// <summary>
|
||||
/// 提供
|
||||
/// </summary>
|
||||
public interface IPushMesInterface
|
||||
{
|
||||
public void DoTimerWorkAsyn();
|
||||
public void GetSelfDBbaseAsync(int formtypeid, string url);
|
||||
public void GetBDbase(int formtypeid, string url);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user