5168474977bfe412baeaf1005aff0ac520aae272.svn-base 230 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.phxl.modules.goods.entity.suoutstore; public class SuOutStoreWithDetail { public SuOutStore getBill() { return bill; } public void setBill(SuOutStore bill) { this.bill = bill; } private SuOutStore bill; }