| | |
| | | import com.vincent.rsf.server.manager.controller.params.IsptItemsParams; |
| | | import com.vincent.rsf.server.manager.entity.QlyIsptItem; |
| | | import com.vincent.rsf.server.manager.service.QlyIsptItemService; |
| | | import com.vincent.rsf.server.manager.utils.buildPageRowsUtils; |
| | | import com.vincent.rsf.server.system.controller.BaseController; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | |
| | | import org.springframework.security.access.prepost.PreAuthorize; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | import java.util.*; |
| | | |
| | | @Api(tags = "质检明细") |
| | |
| | | } |
| | | page.setRecords(records); |
| | | |
| | | buildPageRowsUtils.userNameMap(page.getRecords()); |
| | | return R.ok(page); |
| | | } |
| | | |
| | |
| | | } |
| | | page.setRecords(records); |
| | | |
| | | buildPageRowsUtils.userNameMap(page.getRecords()); |
| | | return R.ok(page); |
| | | } |
| | | |
| | |
| | | } |
| | | page.setRecords(records); |
| | | |
| | | buildPageRowsUtils.userNameMap(page.getRecords()); |
| | | return R.ok(page); |
| | | } |
| | | |