09-01-供应商入库新增导入,修改字段;物资设备清单新增按设备名称查询,新增税率字段.
This commit is contained in:
@ -3,6 +3,7 @@ package org.dromara.test;
|
||||
import cn.hutool.core.io.FileUtil;
|
||||
import jakarta.annotation.Resource;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.dromara.common.excel.utils.ExcelUtil;
|
||||
import org.dromara.design.service.IDesTechnicalStandardService;
|
||||
import org.dromara.facility.domain.FacMatrix;
|
||||
import org.dromara.facility.service.IFacMatrixService;
|
||||
@ -11,7 +12,11 @@ import org.dromara.progress.service.IPgsProgressCategoryService;
|
||||
import org.dromara.progress.service.IPgsProgressCategoryTemplateService;
|
||||
import org.dromara.project.service.IBusProjectService;
|
||||
import org.dromara.system.service.ISysDeptService;
|
||||
import org.dromara.tender.domain.bo.TenderSupplierInputBo;
|
||||
import org.dromara.tender.domain.vo.TenderSupplierInputVo;
|
||||
import org.dromara.tender.service.impl.TenderSupplierInputServiceImpl;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
import java.util.Date;
|
||||
@ -45,6 +50,8 @@ public class DemoTest {
|
||||
|
||||
@Resource
|
||||
private ISysDeptService deptService;
|
||||
@Autowired
|
||||
private TenderSupplierInputServiceImpl tenderSupplierInputService;
|
||||
|
||||
@Test
|
||||
void test() {
|
||||
@ -99,4 +106,10 @@ public class DemoTest {
|
||||
deptService.selectProjectIdById(100L);
|
||||
deptService.selectProjectIdById(1937478258803171329L);
|
||||
}*/
|
||||
|
||||
@Test
|
||||
void tenderExport(){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user