src/main/java/org/springblade/modules/eCallEventTwo/entity/ECallEventTwoEntity.java
@@ -40,9 +40,16 @@ public class ECallEventTwoEntity { private static final long serialVersionUID = 1L; /** 工单ID */ /** * 工单ID */ @ApiModelProperty(value = "主键ID", example = "") @TableId(value = "order_id", type = IdType.ASSIGN_ID) @TableId(value = "id", type = IdType.ASSIGN_ID) private Long id; /** 工单ID */ @ApiModelProperty(value = "orderId", example = "") @TableField(value = "order_id") private Long orderId; /** 工单号/话务单号 */