更新 DeviceInfoDAO.java
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
package com.kimgo.wepush.model;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@TableName("device_info")
|
||||
public class DeviceInfoDAO {
|
||||
@TableId(type = IdType.AUTO)
|
||||
private Integer id;
|
||||
private long timeOutPeriod;
|
||||
private String androidId;
|
||||
|
||||
Reference in New Issue
Block a user