临时转原始BOM
This commit is contained in:
parent
3b88dab1f2
commit
98ab93e29b
|
|
@ -1,10 +1,8 @@
|
|||
package com.nflg.product.bomnew.api.user;
|
||||
|
||||
import cn.hutool.core.bean.BeanUtil;
|
||||
import com.nflg.product.base.core.api.BaseApi;
|
||||
import com.nflg.product.bomnew.service.BomNewEbomParentService;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
|
@ -20,7 +18,7 @@ import javax.annotation.Resource;
|
|||
@Api(tags = "接口")
|
||||
@RestController
|
||||
@RequestMapping("bomNewEbomParentEntity")
|
||||
public class BomNewEbomParentApi extends BaseApi {
|
||||
public class EbomApi extends BaseApi {
|
||||
|
||||
/**
|
||||
* 服务对象
|
||||
Loading…
Reference in New Issue