leomon
2025-05-21 2ff297dd7af1aa54c7544e3b90ff20d6f1fa071b
oying-system/src/main/java/com/oying/modules/message/domain/MessageSystem.java
@@ -5,8 +5,11 @@
import io.swagger.annotations.ApiModelProperty;
import cn.hutool.core.bean.copier.CopyOptions;
import java.sql.Timestamp;
import javax.rmi.CORBA.Tie;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
@@ -20,6 +23,7 @@
@TableName("message_system")
public class MessageSystem implements Serializable {
    //使用数据库的自增策略来生成id
    @TableId(value = "id", type = IdType.AUTO)
    @ApiModelProperty(value = "id")
    private Integer id;