AccountCommonService.java 248 B

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