Package net.risesoft.service
Interface ProcessModelService
-
- All Known Implementing Classes:
ProcessModelServiceImpl
public interface ProcessModelService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyModel(String sourceTenantId, String targetTenantId, String modelKey)把源租户的model_key对应的设计模型复制到目标租户并部署
-