Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
member-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
member-api
Commits
8d25c378
Commit
8d25c378
authored
Dec 28, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
908ef506
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
Fc_admin_group_enrolltype.java
...n/java/com/egolm/film/bean/Fc_admin_group_enrolltype.java
+38
-0
No files found.
src/main/java/com/egolm/film/bean/Fc_admin_group_enrolltype.java
0 → 100644
View file @
8d25c378
package
com
.
egolm
.
film
.
bean
;
import
javax.persistence.Column
;
import
javax.persistence.Entity
;
import
javax.persistence.Id
;
@Entity
(
name
=
"fc_admin_group_enrolltype"
)
public
class
Fc_admin_group_enrolltype
implements
java
.
io
.
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
@Id
@Column
(
columnDefinition
=
"int(11)'"
)
private
Integer
group_id
;
@Id
@Column
(
columnDefinition
=
"int(11)'"
)
private
Integer
enroll_type_id
;
public
void
setGroup_id
(
Integer
group_id
)
{
this
.
group_id
=
group_id
;
}
public
Integer
getGroup_id
()
{
return
group_id
;
}
public
void
setEnroll_type_id
(
Integer
enroll_type_id
)
{
this
.
enroll_type_id
=
enroll_type_id
;
}
public
Integer
getEnroll_type_id
()
{
return
enroll_type_id
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment