fix: 数据库没有tickLogo字段修复
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.chaozhanggui.system.cashierservice.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
@@ -263,6 +264,7 @@ public class TbShopInfo implements Serializable {
|
||||
*/
|
||||
private String paymentQrcode;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String ticketLogo = "https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/20241022/eeee8e85c66947e5bcaebf687381b5d6.png";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user