shiyunteng
2026-06-03 73d34075f90af4b6d3c298b14b2f86db60e15f3d
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.business.service;
 
import com.by4cloud.platformx.business.entity.CurrentOverdue;
import com.by4cloud.platformx.common.data.mybatis.IIService;
 
public interface CurrentOverdueService extends IIService<CurrentOverdue> {
 
}