李白
2026-06-04 b58c3bf0e4c9bf4327b749040c3490fd2d0970b2
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.business.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.by4cloud.platformx.business.entity.ContractPaymentSchedule;
 
public interface ContractPaymentScheduleService extends IService<ContractPaymentSchedule> {
 
}