master
Qin Dong Ming 2024-09-10 10:01:51 +08:00
parent 72527bfaa7
commit 08bc9119b8
20 changed files with 23 additions and 0 deletions

View File

@ -57,4 +57,5 @@ public class GenerateConstant {
"}";
}
}

View File

@ -0,0 +1,22 @@
//package com.muyu.abstracts;
//import com.muyu.abstracts.DataEngineValueActuator;
//import com.muyu.abstracts.DataValue;
//
///**
// * @Author: qdm
// * @date: 2024/09/10 09:40:42
// * @Description:
// * @Version: 1.0
// */
//public class PwoerEngine extends DataEngineValueActuator{
// @Override
// public DataValue run () {
// DataValue dataValue = get();
// if(dataValue.getValue()==null || dataValue.getValue().equals("")){
// System.out.println("数据为空,需要丢弃");
// }else{
// System.out.println("数据非空:"+dataValue.getValue());
// }
// return dataValue;
// }
//}

Binary file not shown.

Binary file not shown.

Binary file not shown.