|
@@ -23,8 +23,8 @@ import org.springframework.web.bind.annotation.RestController;
|
|
import javax.validation.Valid;
|
|
import javax.validation.Valid;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * @Description:
|
|
|
|
* @author wangfeng
|
|
* @author wangfeng
|
|
|
|
+ * @Description:
|
|
* @date 2019-10-25
|
|
* @date 2019-10-25
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -68,6 +68,4 @@ public class PacsSonContactController {
|
|
return RespDTO.onSuc(relationContactFacade.removeRelationContact(removeRelationContactVO));
|
|
return RespDTO.onSuc(relationContactFacade.removeRelationContact(removeRelationContactVO));
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|