shiyunteng
2026-06-22 838618d0d4a7dd3b585a3a7390fa389e555c9bb0
platformx-business-finance-biz/src/main/java/com/by4cloud/platformx/business/service/ContractSubjectMatterService.java
@@ -7,4 +7,6 @@
public interface ContractSubjectMatterService extends IService<ContractSubjectMatter> {
    R selectSubjectMatterProcess(Long id);
    R selectSubjectMatter(Long contractId);
}