ludc
2023-10-25 c4e5d2ab11a4b3319e9cc1855898624f4c33f0bb
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/IMdmCountService.java
@@ -1,6 +1,7 @@
package com.vci.ubcs.code.service;
import com.vci.ubcs.code.entity.MdmCount;
import org.springblade.core.log.exception.ServiceException;
import java.util.List;
@@ -15,7 +16,6 @@
    * 统计主数据总数
    * @return
    */
   List<MdmCount> getMdmCounts();
   List<MdmCount> getMdmCounts(String userId) throws ServiceException;
}