liujie
2025-07-23 af9faffae7eb096e21c342395a480837f031b0ef
ruoyi-system/src/main/java/com/ruoyi/system/domain/Message.java
@@ -35,4 +35,8 @@
    @ApiModelProperty(value = "创建时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime createTime;
    @TableField("order_id")
    @ApiModelProperty(value = "关联订单ID")
    private String orderId;
}