|  |  |  | 
|---|
|  |  |  | package com.fzzy.async.whhpjl.entity; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import com.fzzy.async.fzzy35.entity.Fz35PestKey; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.persistence.*; | 
|---|
|  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | @Entity | 
|---|
|  |  |  | @Table(name = "D_BUILDING") | 
|---|
|  |  |  | @IdClass(Fz40WhjlDefaultBuild.class) | 
|---|
|  |  |  | @IdClass(Fz40WhjlDefaultBuildKey.class) | 
|---|
|  |  |  | public class Fz40WhjlDefaultBuild implements Serializable { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | @Column(name = "COMPANY_ID_", length = 10) | 
|---|
|  |  |  | @PropertyDef(label = "组织编码") | 
|---|
|  |  |  | private String companyId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "ggm", length = 50) | 
|---|
|  |  |  | @PropertyDef(label = "国规码") | 
|---|
|  |  |  | private String ggm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "DEPT_ID_", length = 40) | 
|---|
|  |  |  | @PropertyDef(label = "所属库点") | 
|---|
|  |  |  | private String deptId; | 
|---|