You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
770 B
37 lines
770 B
2 years ago
|
///*
|
||
|
// * *
|
||
|
// * * @Project 微信公众号
|
||
|
// * * @Author 张剑峰
|
||
|
// * * @Date 2021/2/22 上午10:49
|
||
|
// * * @Description 用于保存多处方的处方号、费用
|
||
|
// * * @Version v1.0.0
|
||
|
// * * @Copyright @ 2021 云南新八达科技有限公司 All rights reserved.
|
||
|
// *
|
||
|
// */
|
||
|
//
|
||
|
//package com.ynxbd.common.bean;
|
||
|
//
|
||
|
//public class RecipeDetailBean {
|
||
|
// private String id;
|
||
|
// private String fee;
|
||
|
//
|
||
|
// public RecipeDetailBean() {
|
||
|
// }
|
||
|
//
|
||
|
// public String getId() {
|
||
|
// return id;
|
||
|
// }
|
||
|
//
|
||
|
// public void setId(String id) {
|
||
|
// this.id = id;
|
||
|
// }
|
||
|
//
|
||
|
// public String getFee() {
|
||
|
// return fee;
|
||
|
// }
|
||
|
//
|
||
|
// public void setFee(String fee) {
|
||
|
// this.fee = fee;
|
||
|
// }
|
||
|
//}
|