| | |
| | | package com.ruoyi.system.vo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.ruoyi.system.model.TExperimentDispatch; |
| | | import com.ruoyi.system.model.TExperimentDispatchGroup; |
| | | import com.ruoyi.system.model.TExperimentDispatchParticipants; |
| | |
| | | private List<TExperimentDispatchParticipants> experimentDispatchParticipants; |
| | | @ApiModelProperty(value = "组别列表") |
| | | private List<TExperimentDispatchTask> experimentDispatchTasks; |
| | | @ApiModelProperty(value = "当前实验员,和化验师是否已确认状态") |
| | | private Integer otherStatus; |
| | | |
| | | } |