CZT
2023-08-14 3b4b16061d0373e3eb5c6473586c6c6edd9393de
src/main/java/com/fzzy/async/fzzy35/entity/Fz35CheckItem.java
@@ -3,10 +3,7 @@
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.*;
import java.io.Serializable;
/**
@@ -21,6 +18,7 @@
@Data
@Entity
@Table(name = "D_CHECK_ITEM")
@IdClass(Fz35CheckItemKey.class)
public class Fz35CheckItem implements Serializable {
   /**
@@ -33,10 +31,12 @@
   @PropertyDef(label = "检测编码")
   private String checkId;
    @Id
   @Column(name = "COMPANY_ID_", length = 10)
   @PropertyDef(label = "组织编码")
   private String companyId;
    @Id
   @Column(name = "STANDARD_ID_", length = 40)
   @PropertyDef(label = "检测项编码")
   private String standardId;