feat: 完善webfirst模板及表模块
This commit is contained in:
@@ -3,11 +3,15 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Module.WebFirstManager.Entities;
|
||||
|
||||
namespace Yi.Framework.Module.WebFirstManager.Handler
|
||||
{
|
||||
public interface ITemplateHandler
|
||||
{
|
||||
void SetTable(TableEntity table);
|
||||
void SetFields(List<FieldEntity> fields);
|
||||
|
||||
string Invoker(string str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user