支持多公司使用

This commit is contained in:
15856 2024-06-20 17:52:00 +08:00
parent e40741b038
commit 2126401a08
1 changed files with 1 additions and 0 deletions

View File

@ -19,4 +19,5 @@ public interface BmProjectLotService {
public int deleteProjectLotById(Long lotId); public int deleteProjectLotById(Long lotId);
String importBmProjectLot(List<BmProjectLot> bmProjectLotList);
} }