| | |
| | | import com.vincent.rsf.server.manager.entity.ViewStockManage; |
| | | import com.vincent.rsf.server.manager.enums.ViewStockType; |
| | | import com.vincent.rsf.server.manager.service.WarehouseStockService; |
| | | import com.vincent.rsf.server.manager.utils.buildPageRowsUtils; |
| | | import com.vincent.rsf.server.system.controller.BaseController; |
| | | import io.swagger.annotations.Api; |
| | | import org.apache.commons.lang3.StringUtils; |
| | |
| | | } |
| | | pageResult.setRecords(records); |
| | | |
| | | buildPageRowsUtils.userNameMap(pageResult.getRecords()); |
| | | return R.ok(pageResult); |
| | | } |
| | | |