server/dmmall_service/src/main/java/com/doumee/dao/system/model/SystemLoginLog.java
@@ -1,5 +1,6 @@ package com.doumee.dao.system.model; import com.baomidou.mybatisplus.annotation.TableName; import com.doumee.core.annotation.excel.ExcelColumn; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -18,6 +19,7 @@ */ @Data @ApiModel("登录日志") @TableName("system_login_log") public class SystemLoginLog { @TableId(type = IdType.AUTO)