1.pbom,mbom 生成

This commit is contained in:
大米 2024-01-01 11:01:55 +08:00
parent edbd0c2477
commit d434ebf6ff
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,5 @@
package com.nflg.product.bomnew.api.user;
import cn.hutool.core.bean.BeanUtil;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.nflg.product.base.core.api.BaseApi;
import com.nflg.product.bomnew.pojo.query.BomNewPbomParentQuery;
@ -9,7 +8,10 @@ import com.nflg.product.bomnew.service.BomNewPbomParentService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import nflg.product.common.vo.ResultVO;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
@ -22,7 +24,7 @@ import javax.annotation.Resource;
*/
@Api(tags = "接口")
@RestController
@RequestMapping("bomNewPbomParentEntity")
@RequestMapping("pbom")
public class PBomApi extends BaseApi {
/**