feat:主数据同步

This commit is contained in:
苏竹红
2025-08-18 09:29:44 +08:00
parent d52faf485b
commit 6aafc3970f
4 changed files with 157 additions and 13 deletions

View File

@@ -34,4 +34,8 @@ public class SignFranchiseDAO {
}
return signFranchiseMapper.getSignType(shopIds);
}
public SignFranchiseDO selectByShopId(Long shopId){
return signFranchiseMapper.selectByShopId(shopId);
}
}