xuhy
6 天以前 8586161442cbe058fae93bfd35a468485b9b505e
ruoyi-system/src/main/java/com/ruoyi/system/vo/TSamplingRecordVO.java
@@ -20,9 +20,22 @@
    @ApiModelProperty(value = "实验名称")
    private String experimentName;
    @ApiModelProperty(value = "取样操作记录集合")
    private List<TSamplingRecordOperation> samplingRecordOperations;
    @ApiModelProperty(value = "实验调度信息")
    private TExperimentDispatch experimentDispatch;
    @ApiModelProperty(value = "已发送数量")
    private Long sendCount;
    @ApiModelProperty(value = "待接收数量")
    private Long receiveCount;
    @ApiModelProperty(value = "已接收数量")
    private Long receivedCount;
    @ApiModelProperty(value = "实验员名称")
    private String testerNames;
}