forms
package
forms
Type Members
-
case class
AtachForm(grpName: String) extends Product with Serializable
-
case class
DesignChangeForm(dcNo: String, dcDescription: String) extends Product with Serializable
-
case class
DesignChangeRelationForm(partsListBeanBefore: PartsListBean, partsListBeanAfter: PartsListBean, dcno: String) extends Product with Serializable
-
case class
NotifyForm(message: String, users: UserForm, state: String, atach: AtachForm) extends Product with Serializable
-
case class
PartForm(name: String, atach: AtachForm, projectName: String) extends Product with Serializable
-
case class
ProjectForm(name: String, users: UserForm) extends Product with Serializable
-
case class
ReplyForm(message: String, users: UserForm, atach: AtachForm) extends Product with Serializable
-
case class
UserForm(name: String) extends Product with Serializable