Compare commits
2 Commits
98052c0ce7
...
a84e8b9fe6
| Author | SHA1 | Date | |
|---|---|---|---|
| a84e8b9fe6 | |||
| f6bb392d49 |
@@ -1,5 +1,7 @@
|
||||
package com.corewing.app.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -17,6 +19,7 @@ public class TutorialCategoryRelation implements Serializable {
|
||||
/**
|
||||
* id
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user