mark for pull

This commit is contained in:
caixiang
2022-07-29 14:23:13 +08:00
parent 8a3a037bda
commit 2d1ef3d743
2 changed files with 12 additions and 1 deletions

View File

@@ -29,4 +29,8 @@ public class GraphArg {
@ApiModelProperty(value = "判读方案列表")
private List<InterpretationListArg> interpretationScheme;
@ApiModelProperty(value = "样本大小,不填的话用之前配置的")
private Integer sampleSize;
}