店铺信息 增加小票logo返回

This commit is contained in:
2024-11-01 10:02:31 +08:00
parent efe907d9af
commit c04d8faabd
5 changed files with 27 additions and 1 deletions

View File

@@ -12,5 +12,7 @@ public interface TbShopInfoMapper {
List<TbShopInfo> selectAllByCreateTime();
String getTicketLogo(Integer shopId);
}