yuxc
2023-12-08 6e9a060403844b37c73d20a13b6d8468fc4a181b
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;
}