package com.ghy.web.service;
public interface InsuranceService {
public void orderInsurance(String orderCode);
}