店铺信息 增加小票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

@@ -262,5 +262,7 @@ public class TbShopInfo implements Serializable {
* 店铺收款码
*/
private String paymentQrcode;
private String ticketLogo = "https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/20241022/eeee8e85c66947e5bcaebf687381b5d6.png";
}