李白
2026-05-13 72585fb117463bf6f26324b7e8e139c86d13c7ba
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> {
 
}