0e2a86eeaab2eb3cb0ad7ec0adc879c89b6d9815.svn-base 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.phxl.modules.goods.entity.medinstore; public class MedInStoreWithDetail { public MedInStore getBill() { return bill; } public void setBill(MedInStore bill) { this.bill = bill; } private MedInStore bill; }