#
vincentlu
5 天以前 1b1128dea8ea2a94e89518cdad7b49589e95b469
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/IntegrationRecordService.java
@@ -5,4 +5,6 @@
public interface IntegrationRecordService extends IService<IntegrationRecord> {
    Boolean syncRecord(IntegrationRecord record);
}