|
@ -2,18 +2,9 @@ package com.yihu.wlyy.sign.controller;/**
|
|
|
* Created by nature of king on 2018/8/10.
|
|
|
*/
|
|
|
|
|
|
import com.yihu.wlyy.sign.common.model.Result;
|
|
|
import com.yihu.wlyy.sign.service.FamilyLianQianService;
|
|
|
import com.zoe.phip.ssp.sdk.ApiException;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
|
/**
|
|
|
* @author wangzhinan
|
|
@ -25,7 +16,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
@Api(description = "家庭成员信息")
|
|
|
public class FamilyLianqianController {
|
|
|
|
|
|
@Autowired
|
|
|
/*@Autowired
|
|
|
private FamilyLianQianService service;
|
|
|
|
|
|
@RequestMapping(value = "select",method = RequestMethod.POST)
|
|
@ -51,5 +42,5 @@ public class FamilyLianqianController {
|
|
|
return Result.error(ex.getMessage());
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}*/
|
|
|
}
|