添加项目文件。
This commit is contained in:
11
HT.Cloud.Service/Infrastructure/ICustomerForm.cs
Normal file
11
HT.Cloud.Service/Infrastructure/ICustomerForm.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HT.Cloud.Service
|
||||
{
|
||||
public interface ICustomerForm
|
||||
{
|
||||
Task Add(string flowInstanceId, string frmData);
|
||||
|
||||
Task Edit(string flowInstanceId, string frmData);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user