默认接口提交和返回值不序列化
This commit is contained in:
@@ -102,7 +102,8 @@ public interface IRunService
|
||||
/// <param name="id"></param>
|
||||
/// <param name="templateEntity"></param>
|
||||
/// <returns></returns>
|
||||
Task<string> GetHaveTableInfoDetails(string id, VisualDevEntity templateEntity, bool isFlowTask = false);
|
||||
/// modified by pf 2023-04-12 返回值不序列化
|
||||
Task<Dictionary<string, object>?> GetHaveTableInfoDetails(string id, VisualDevEntity templateEntity, bool isFlowTask = false);
|
||||
|
||||
/// <summary>
|
||||
/// 生成系统自动生成字段.
|
||||
|
||||
Reference in New Issue
Block a user