package com.qianwen.smartman.modules.dnc.service; public interface IObsFileService { boolean verifyFileContent(String objectNewKey, String objectOldMd5); }