update 参会嘉宾保存备注
This commit is contained in:
@@ -162,5 +162,9 @@ public class InternationalGuestVO {
|
||||
@NotBlank(message = "离开班次不能为空",groups = DeliveryStation.class)
|
||||
private String departureShift;
|
||||
|
||||
/**备注*/
|
||||
@Excel(name = "备注", width = 15)
|
||||
@ApiModelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user