删除排序
parent
266466ce66
commit
6bfc8fab0b
|
@ -16,7 +16,6 @@ import io.swagger.v3.oas.annotations.tags.Tag;
|
|||
import lombok.extern.log4j.Log4j2;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Qualifier;
|
||||
import org.springframework.boot.configurationprocessor.json.JSONException;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package com.muyu.cloud.background.controller;
|
||||
|
||||
import com.muyu.cloud.background.domin.req.CompanyListReq;
|
||||
import com.muyu.cloud.background.domin.req.ProductUpdReq;
|
||||
import com.muyu.cloud.background.domin.resp.CompanyListResp;
|
||||
import com.muyu.cloud.background.service.CompanyService;
|
||||
import com.muyu.common.core.domain.Result;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue