1、performanceList接口的返回值增加resultValue

This commit is contained in:
2026-03-02 17:48:21 +08:00
parent 0ce5eff9fe
commit a9008bc1cf

View File

@@ -56,6 +56,11 @@ public class PerformanceNodePo extends NodeAllBase {
*/
private String targetValue;
/**
* 计算及结果值
*/
private String resultValue;
/**
* 单位
*/