Commit 429bd7c9 authored by 赵啸非's avatar 赵啸非

添加材料列表根据材料名称去重

parent 96c11ed9
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