ludc
2023-12-08 c892580371ef4679c858e2da98f71a9345aa3d80
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;
}