李白
2026-05-15 a0a32468bd6f5e887938674d3c2cf70cc2f555b8
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> {
 
}