cuida
2026-04-29 c6040880b0da8834dbcb92d6def7d4dd0cd6c40e
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> {
 
}