rk
2026-03-17 a9e1505680c7dd45840975b38451ef88d451e6d4
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)