yxb才是大傻逼

This commit is contained in:
2026-04-15 11:53:44 +08:00
parent a9432d4534
commit 1924947f35
14 changed files with 2544 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
package com.njcn.event.file.pojo.bo;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
/**
* @author hongawen
* @version 1.0.0
* @date 2023年09月20日 16:11
*/
@Data
public class InstantData {
private Float max;
private Float min;
List<List<Float>> aValue =new ArrayList<>();
List<List<Float>> bValue =new ArrayList<>();
List<List<Float>> cValue =new ArrayList<>();
}