xuhy
4 天以前 d6dac9080939d4ceebf134e68203af5ebe0a3be9
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;
}