Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
郑小冰
/
orthopedics
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9dc958d4
authored
Oct 23, 2019
by
ice
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
提交遗漏的InvItemPage
parent
5783a335
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
src/main/java/orthopedics/vo/InvItemPage.java
src/main/java/orthopedics/vo/InvItemPage.java
0 → 100644
View file @
9dc958d4
package
orthopedics
.
vo
;
import
orthopedics.model.InvItem
;
import
orthopedics.model.InvItemAttribute
;
import
java.util.List
;
public
class
InvItemPage
extends
InvItem
{
private
List
<
InvItemAttribute
>
inv_item_attribute
;
public
List
<
InvItemAttribute
>
getInv_item_attribute
()
{
return
inv_item_attribute
;
}
public
void
setInv_item_attribute
(
List
<
InvItemAttribute
>
inv_item_attribute
)
{
this
.
inv_item_attribute
=
inv_item_attribute
;
}
}
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