投标修改
This commit is contained in:
@ -261,12 +261,21 @@ springdoc:
|
||||
packages-to-scan: org.dromara.out
|
||||
- group: 19.消息模块
|
||||
packages-to-scan: org.dromara.message
|
||||
- group: 20.合同模块
|
||||
packages-to-scan: org.dromara.ctr
|
||||
- group: 21.招标模块
|
||||
# - group: 20.手续模块
|
||||
# packages-to-scan: org.dromara.formalities
|
||||
- group: 21.分标策划模块
|
||||
packages-to-scan: org.dromara.tender
|
||||
- group: 22.大屏模块
|
||||
packages-to-scan: org.dromara.bigscreen
|
||||
- group: 22.投标管理模块
|
||||
packages-to-scan: org.dromara.bidding
|
||||
|
||||
# - group: 20.合同模块
|
||||
# packages-to-scan: org.dromara.ctr
|
||||
# - group: 21.招标模块
|
||||
# packages-to-scan: org.dromara.tender
|
||||
|
||||
|
||||
# knife4j的增强配置,不需要增强可以不配
|
||||
knife4j:
|
||||
enable: true
|
||||
|
||||
@ -95,4 +95,15 @@ public class Ys7Test {
|
||||
// System.out.println(b);
|
||||
}
|
||||
|
||||
@Resource
|
||||
private IBusSegmentedIndicatorPlanningService busSegmentedIndicatorPlanningService;
|
||||
|
||||
@Test
|
||||
public void test666(){
|
||||
BusSegmentedIndicatorPlanningBo bo = new BusSegmentedIndicatorPlanningBo();
|
||||
bo.setId(1958169755747459073L);
|
||||
List<BusBillofquantitiesLimitListVo> more = busSegmentedIndicatorPlanningService.getMore(bo);
|
||||
System.out.println(more);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user