初始化状态
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user