251
手术管理-》门诊手术安排:【新增手术安排】界面安排时间字段的时分秒无法选值和未显示 252 手术管理-》门诊手术安排:【新增手术安排】界面的麻醉方法字段未默认取值于手术申请的麻醉方式字段的值 254 手术管理-》门诊手术管理:【新增手术安排】界面的切口类型字段下拉选项未取值 277 门诊医生站-》手术申请TAB页面:【新增】/【编辑】界面点击【提交申请】提示成功也提示失败
This commit is contained in:
@@ -81,4 +81,16 @@ public class RequestFormPageDto {
|
||||
* 费用类别
|
||||
*/
|
||||
private String feeType;
|
||||
/**
|
||||
* 麻醉方式
|
||||
*/
|
||||
private Integer anesthesiaTypeEnum;
|
||||
/**
|
||||
* 切口等级
|
||||
*/
|
||||
private Integer incisionLevel;
|
||||
/**
|
||||
* 手术等级
|
||||
*/
|
||||
private Integer surgeryLevel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user