Browse Source
* commit 'e215b36f5e43ef1fce974ab9cf33f0b36ce3a9c5': REPORT-28257 && REPORT-28257feature/big-screen
Hades
5 years ago
4 changed files with 20 additions and 3 deletions
@ -0,0 +1,14 @@ |
|||||||
|
package com.fr.start; |
||||||
|
|
||||||
|
import com.fr.process.engine.core.FineProcessEntry; |
||||||
|
|
||||||
|
/** |
||||||
|
* 包装类 改变子进程的进程名 |
||||||
|
* |
||||||
|
* @author hades |
||||||
|
* @version 10.0 |
||||||
|
* Created by hades on 2020/3/24 |
||||||
|
*/ |
||||||
|
public class FineDesigner extends FineProcessEntry { |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue