Commit 4cd301ee by wangli

新增字段

1 parent ca40b217
package com.alibaba.cloud.integration.order.entity;
import com.fasterxml.jackson.databind.JsonNode;
import lombok.Data;
import java.sql.Timestamp;
......@@ -21,6 +22,7 @@ public class EngineerInfo {
private String vehicle;
private String vehicleNo;
private String beanStatus;
private JsonNode tags;
private String memo;
private Timestamp createTime;
private Timestamp updateTime;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!