yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-starter-mybatis/src/main/java/com/qianwen/core/mp/base/IdEntity.java
@@ -3,7 +3,7 @@
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
/* loaded from: blade-starter-mybatis-9.3.0.0-SNAPSHOT.jar:org/springblade/core/mp/base/IdEntity.class */
public class IdEntity {
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;