日志增加shopId,改动打印机,增加注册时默认四种支付方式

This commit is contained in:
liuyingfang
2024-03-13 10:57:00 +08:00
parent 2c5c32883d
commit 6568318806
11 changed files with 173 additions and 25 deletions

View File

@@ -69,6 +69,8 @@ public class Log implements Serializable {
/** 异常详细 */
private byte[] exceptionDetail;
private Integer shopId;
/** 创建日期 */
@CreationTimestamp
private Timestamp createTime;