update 参会嘉宾保存备注

This commit is contained in:
lijiarao
2023-11-05 15:25:13 +08:00
parent 9eebd35bcd
commit f9b61066a5
@@ -162,5 +162,9 @@ public class InternationalGuestVO {
@NotBlank(message = "离开班次不能为空",groups = DeliveryStation.class)
private String departureShift;
/**备注*/
@Excel(name = "备注", width = 15)
@ApiModelProperty(value = "备注")
private String remark;
}