初始化状态

This commit is contained in:
2025-05-09 11:15:09 +08:00
parent fc255e5969
commit 1132c2adc6
3 changed files with 38 additions and 10 deletions

View File

@@ -78,6 +78,8 @@ public class ShopTable implements Serializable {
* 关台closed
*/
private String status;
@Column(ignore = true)
private String statusMsg;
@Column(onInsertValue = "now()")
private LocalDateTime createTime;