|
@ -3,10 +3,7 @@ package com.yihu.jw.entity.door;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.yihu.jw.entity.iot.gateway.IdEntity;
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
import javax.persistence.Entity;
|
|
|
import javax.persistence.Table;
|
|
|
import javax.persistence.Transient;
|
|
|
import javax.persistence.*;
|
|
|
import java.util.Date;
|
|
|
|
|
|
/**
|
|
@ -16,6 +13,7 @@ import java.util.Date;
|
|
|
*/
|
|
|
@Entity
|
|
|
@Table(name = "wlyy_sign_family")
|
|
|
@SequenceGenerator(name="id_generated", sequenceName="wlyy_sign_family")
|
|
|
public class SignFamily extends IdEntity {
|
|
|
|
|
|
private static final long serialVersionUID = 364799142991631092L;
|