解决合并冲突
This commit is contained in:
@@ -46,4 +46,25 @@ public class OrdersGroupPackageDetail extends HisBaseEntity {
|
||||
*/
|
||||
private String unitCode;
|
||||
|
||||
/** 单次剂量 */
|
||||
private BigDecimal dose;
|
||||
|
||||
/** 用药频次 */
|
||||
private String rateCode;
|
||||
|
||||
/** 用药天数 */
|
||||
private Integer dispensePerDuration;
|
||||
|
||||
/** 给药途径 */
|
||||
private String methodCode;
|
||||
|
||||
/**
|
||||
* 小单位单次剂量
|
||||
*/
|
||||
private BigDecimal doseQuantity;
|
||||
|
||||
/**
|
||||
* 组号
|
||||
*/
|
||||
private Long groupId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user