派生自 projectDept/qhighschool

胡仁荣
2023-08-24 3df8c0bb68eb5f3ae477abd5a45700b856c48b9d
src/main/java/com/qxueyou/scc/org/model/OrgReCollegePublic.java
@@ -17,7 +17,7 @@
/**
 * 机构与大学(公共表)的关联表
 * 机构与大学(公共表)的关联表
 * @author ody.yuan
 *
 */
@@ -34,11 +34,11 @@
   @Column(name="RELATION_ID", unique=true, nullable=false, length=32)
   private String relationId;
   
   /**  机构ID */
   /**  机构ID */
   @Column(name="ORG_ID", length=32)
   private String orgId;
   
   /** 大学ID */
   /** 大学ID */
   @Column(name="COLLEGE_PUBLIC_ID", length=32)
   private String collegePublicId;