|
|
|
@ -5,9 +5,10 @@ import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
@Data
|
|
|
|
|
@Schema(description = "辅助检查")
|
|
|
|
|
public class AncillaryItemReqVo {
|
|
|
|
|
|
|
|
|
|
@Schema(description = "流程id")
|
|
|
|
|
@Schema(description = "进程ID")
|
|
|
|
|
private String processId;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "疾病id")
|
|
|
|
|