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
  • 0e
  • 0e2a86eeaab2eb3cb0ad7ec0adc879c89b6d9...
  • Quilan's avatar
    初次创建 · de191d42
    Quilan committed 2019-11-11 15:46:01 +0800
    de191d42 Browse Directory
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;

}