DataHandleUtil.java 198 B

12345678910111213
  1. package com.xjrsoft.module.workflow.utils;
  2. /**
  3. * @author dzx
  4. * @date 2024/11/13
  5. * 流程撤回后处理相关数据
  6. */
  7. public class DataHandleUtil {
  8. public static void execute(){
  9. }
  10. }