.
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
package net.tccn.plat;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import net.tccn.base.arango.Doc;
|
||||
|
||||
import javax.persistence.Table;
|
||||
import org.redkale.persistence.Entity;
|
||||
import org.redkale.persistence.Table;
|
||||
|
||||
/**
|
||||
* @author: liangxianyou at 2018/11/26 17:46.
|
||||
*/
|
||||
@Data
|
||||
@Getter
|
||||
@Setter
|
||||
@Table(name = "MetaPlat", catalog = "db_meta")
|
||||
public class MetaPlat extends Doc<MetaPlat> {
|
||||
public static MetaPlat dao = dao(MetaPlat.class);
|
||||
|
||||
Reference in New Issue
Block a user