models
package
models
Type Members
-
case class
Atach(contentType: String, fileName: String, grpName: String, partId: Long = 0, notifyId: Long = 0, replyId: Long = 0) extends KeyedEntity[Long] with Product with Serializable
-
case class
DesignChange(dcNo: String, dcDescription: String) extends KeyedEntity[Long] with Product with Serializable
-
case class
Notify(message: String, atach: AtachForm, announceId: Long, notifyType: Long, partId: Long, state: Int) extends KeyedEntity[Long] with Product with Serializable
-
case class
Part(name: String, atach: AtachForm, projectId: Long = 0) extends KeyedEntity[Long] with Product with Serializable
-
case class
PartRelation(parentId: Long, childId: Long, quantity: Long, delDcId: Long, addDcId: Long, dcSeq: Long) extends KeyedEntity[CompositeKey2[Long, Long]] with Product with Serializable
-
case class
Project(name: String) extends KeyedEntity[Long] with Product with Serializable
-
case class
ProjectMembers(projectId: Long, userId: Long) extends KeyedEntity[CompositeKey2[Long, Long]] with Product with Serializable
-
case class
Reply(message: String, replyUserId: Long, notifyId: Long, replyId: Long, atach: AtachForm) extends KeyedEntity[Long] with Product with Serializable
-
case class
User(name: String, email: String) extends KeyedEntity[Long] with Product with Serializable
Inherited from AnyRef
Inherited from Any