init commit
This commit is contained in:
1280
20220330_Vote/Ewide.RoadFlow/Serivce/FlowDesign/FlowDesignSerivce.cs
Normal file
1280
20220330_Vote/Ewide.RoadFlow/Serivce/FlowDesign/FlowDesignSerivce.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,16 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ewide.RoadFlowLite.Serivce.FlowDesign
|
||||
{
|
||||
public interface IFlowDesignService
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user