huminmin
7 天以前 0fdd0bf60b7d98d21c9b5ff95bb55f0fa6495007
yudao-module-srm/src/main/java/cn/iocoder/yudao/module/srm/service/tender/SrmTenderProjectService.java
@@ -24,6 +24,8 @@
    void closeTender(Long id);
    void startBidding(Long id);
    void startEvaluation(Long id);
    void startPriceComparing(Long id);
    void confirmTenderProject(Long id, Long bidId);
    // 物料子表
    void createMaterial(@Valid SrmTenderMaterialSaveReqVO createReqVO);