添加仿真应用调用统计接口

This commit is contained in:
daiqy88
2025-12-30 14:30:32 +08:00
parent 41df82cb8f
commit f06fd5c883
7 changed files with 110 additions and 4 deletions

View File

@@ -30,6 +30,4 @@ public interface FlowMapper {
@Select("SELECT templateVersion,approveType,uuid,templateCode FROM simulation_flow_template WHERE templateCode=#{templateCode} AND tenantId=#{tenantId}")
List<SimulationFlowTemplateBrief> queryFlowTemplateVersionByCode(@Param("templateCode") String templateCode,@Param("tenantId")long tenantId);
}