项目初始化创建

This commit is contained in:
2024-04-12 11:38:46 +08:00
commit 9eda320ed5
144 changed files with 9527 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
package com.seeyon.apps.src_qyba.node;
import com.seeyon.apps.src_qyba.FVCommonNode;
/**
* 功能描述:<br>
* <pre>
*
* </pre>
*
* @Author: HuangZhengguo
* @Date: 2024/2/27
*/
public class FVOldZhengceNode extends FVCommonNode {
@Override
public String getMethod() {
return "";
}
@Override
public String getNodeId() {
return "fvOldZhengceNode";
}
@Override
public String getNodeName() {
return "老平台政策推送BIP";
}
}