添加字段属性
This commit is contained in:
parent
71198c51d9
commit
441e76de36
|
@ -9,6 +9,7 @@ import org.jeecg.modules.base.enums.SourceType;
|
|||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
|
@ -48,4 +49,6 @@ public class Info implements Serializable{
|
|||
private String groupId;
|
||||
|
||||
private String conditions;
|
||||
|
||||
private Set<String> identifyNuclideSet;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user