派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
src/main/java/com/qxueyou/scc/school/model/SchSchoolDay.java
@@ -18,7 +18,7 @@
/**
 * 高校 作息时间模板
 * 高校 作息时间模板
 * @author ody.yuan
 *
 */
@@ -35,15 +35,15 @@
   @Column(name="SCHOOL_DAY_ID", unique=true, nullable=false, length=32)
   private String schoolDayId;
   /**  名称  */
   /**  名称  */
   @Column(name="NAME", length=150)
   private String name;
   
   /** 高校ID  */
   /** 高校ID  */
   @Column(name="ORG_ID", length=32)
   private String orgId;
   
   /**  备注  */
   /**  备注  */
   @Column(name="REMARK", length=255)
   private String remark;