| | |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fzzy.api.entity.ApiParent; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | | import javax.persistence.Id; |
| | | import javax.persistence.Table; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | @PropertyDef(label = "最后更新时间") |
| | | private Date zhgxsj; |
| | | |
| | | @PropertyDef(label = "廒间数") |
| | | @PropertyDef(label = "廒间代码") |
| | | private String ajdm; |
| | | |
| | | @PropertyDef(label = "统一廒间编码") |
| | | private String tyajbm; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |