liusheng
2 天以前 6366d3a0e3520e2fd1e81ada00dfa2c8dd1a910c
smartor/src/main/java/com/smartor/domain/ServiceSubTaskMYDAnswerReq.java
@@ -25,6 +25,9 @@
    @ApiModelProperty(value = "任务ID")
    private String taskId;
    @ApiModelProperty(value = "subId")
    private Long subId;
    @ApiModelProperty(value = "住院 1   门诊2    投诉3")
    private String mzzy;
}