|
@@ -98,7 +98,7 @@ public class Vaccine {
|
|
/**
|
|
/**
|
|
* 第三剂接种单位
|
|
* 第三剂接种单位
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "第二剂接种单位", index = 16)
|
|
|
|
|
|
+ @ExcelProperty(value = "第三剂接种单位", index = 16)
|
|
@TableField("third_unit")
|
|
@TableField("third_unit")
|
|
private String thirdUnit;
|
|
private String thirdUnit;
|
|
|
|
|