#
vincentlu
3 天以前 c6d75c0d50859fbc68eaea05d49d8e4738ad525d
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);
}