All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openurp.edu.extern.course.model.ExternCourse.scala Maven / Gradle / Ivy

There is a newer version: 0.18.1
Show newest version
package org.openurp.edu.extern.course.model

import org.beangle.data.model.LongId
import org.beangle.data.model.pojo.{ Named, Remark, TemporalOn }
import org.openurp.base.model.School

/**
 * 校外课程
 */
class ExternCourse extends LongId with Named with TemporalOn with Remark {

  var school: School = _
  var credits: Float = _
  var enName: Option[String] = _

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy