baseentity添加实现 transpojo 接口,方便子类成为其他vo的翻译数据源
This commit is contained in:
parent
0eb4da078b
commit
793477cbb3
|
@ -1,6 +1,7 @@
|
||||||
package net.maku.framework.common.entity;
|
package net.maku.framework.common.entity;
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.annotation.*;
|
import com.baomidou.mybatisplus.annotation.*;
|
||||||
|
import com.fhs.core.trans.vo.TransPojo;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
@ -11,7 +12,7 @@ import java.util.Date;
|
||||||
* @author 阿沐 babamu@126.com
|
* @author 阿沐 babamu@126.com
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
public abstract class BaseEntity {
|
public abstract class BaseEntity implements TransPojo {
|
||||||
/**
|
/**
|
||||||
* id
|
* id
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user