Commit ddd1f482 authored by “yiyousong”'s avatar “yiyousong”
parents c9387dc8 1dfaa4f5
package com.mortals.xhx.module.product.web;
import com.mortals.framework.web.BaseCRUDJsonBodyMappingController;
import com.mortals.xhx.base.system.param.service.ParamService;
import com.mortals.xhx.module.param.service.ParamService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
......@@ -34,8 +33,6 @@ import static com.mortals.framework.ap.SysConstains.*;
@RequestMapping("product/interface/log")
public class ProductInterfaceLogController extends BaseCRUDJsonBodyMappingController<ProductInterfaceLogService,ProductInterfaceLogEntity,Long> {
@Autowired
private ParamService paramService;
public ProductInterfaceLogController(){
super.setModuleDesc( "产品接口");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment