xiangpei
2025-03-26 1b9936ba920d65df09ab8dba79c6252568ee26e4
flowable/src/main/java/com/ycl/mapper/FlowDeployMapper.java
@@ -39,4 +39,6 @@
     * @param query
     */
    IPage selectDeployListWithConfigPage(IPage<FlowProcDefWithConfigDto> page, @Param("query") ProcessConfigInfoQuery query);
    void updateProcess(@Param("bytes") Object bytes, @Param("deployId") String deployId);
}