Commit f786f849 authored by 竹天卫's avatar 竹天卫

样品登记接口 小样信息 改成选择存储柜信息

parent 1b355f17
...@@ -83,6 +83,9 @@ public class SampleVo { ...@@ -83,6 +83,9 @@ public class SampleVo {
@ApiModelProperty("处理提醒时间") @ApiModelProperty("处理提醒时间")
private LocalDate handleDate; private LocalDate handleDate;
@ApiModelProperty("存储柜表id")
private Integer cabinetId;
@ApiModelProperty("小样位置") @ApiModelProperty("小样位置")
private String littlePosition; private String littlePosition;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment