liusheng
3 天以前 a3f37b7d32559b74dcb4335ead3c6b992a7739d0
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;
}