xin
2025-06-04 cf71e8dd17fa12a11d84ecd4c09d07d8f92792b1
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;