package com.cyksj.service.mange; /* *项目名: netflix *文件名: AccountCommonService *创建者: JavaZou *创建时间:2023/8/16 17:12 */ public interface AccountCommonService { Boolean checkIsDupAccount(Long goodsId, String account); }