Commit 9dc958d4 by ice

提交遗漏的InvItemPage

parent 5783a335
Showing with 20 additions and 0 deletions
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;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment