--9--10
parent
72527bfaa7
commit
08bc9119b8
|
@ -57,4 +57,5 @@ public class GenerateConstant {
|
|||
"}";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue