Skip to content
  • This project
    • Loading...
  • Sign in

Quilan / medicinal-supplier

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • medicinal-supplier
  • .svn
  • pristine
  • 51
  • 5168474977bfe412baeaf1005aff0ac520aae...
  • Quilan's avatar
    初次创建 · de191d42
    Quilan committed 2019-11-11 15:46:01 +0800
    de191d42 Browse Directory
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;

}