czt
2025-07-26 f495e422b1de10b1d1810158fca1c63f9b60fe45
src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultBuild.java
@@ -1,7 +1,6 @@
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.*;
@@ -16,7 +15,7 @@
@Data
@Entity
@Table(name = "D_BUILDING")
@IdClass(Fz40WhjlDefaultBuild.class)
@IdClass(Fz40WhjlDefaultBuildKey.class)
public class Fz40WhjlDefaultBuild implements Serializable {
    /**
@@ -33,11 +32,7 @@
    @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;