fix: 核素分析规则增加QC 条件筛选

This commit is contained in:
xiaoguangbin 2025-01-02 15:21:56 +08:00
parent 26647c137f
commit decc80fadf
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public class AlarmAnalysisRuleInfo implements Serializable {
private String sampleType;
private Integer coefficient;
private List<String> colTime;
private List<String> acqTime;

View File

@ -41,6 +41,8 @@ public class AlarmAnalysisRule extends JeecgEntity {
private String sampleType;
private Integer coefficient;
private String colTime;
private String acqTime;