bug修改

This commit is contained in:
guo 2024-01-25 09:44:52 +08:00
parent e4ba5a42b6
commit e289cf02cb

View File

@ -101,6 +101,9 @@ public class HangBasketAlarmData implements Serializable {
@Excel(name = "操作人id", width = 15) @Excel(name = "操作人id", width = 15)
@ApiModelProperty(value = "操作人id") @ApiModelProperty(value = "操作人id")
private java.lang.Long operateId; private java.lang.Long operateId;
@ApiModelProperty(value = "操作人")
private java.lang.String operateName;
/** /**
* 操作时间 * 操作时间
*/ */