shiyunteng
2026-05-26 5b1c84423d590c7240209fa9a68d33c0116457af
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> {
 
}