src/main/java/org/springblade/modules/eventgm/entity/EventgmEntity.java
@@ -31,7 +31,7 @@ * @since 2022-09-13 */ @Data @TableName("inv_eventgm") @TableName("ins_eventgm") @ApiModel(value = "Eventgm对象", description = "事件管理") @EqualsAndHashCode(callSuper = true) public class EventgmEntity extends TenantEntity { @@ -66,6 +66,12 @@ */ @ApiModelProperty(value = "任务来源") private String source; /** * 工单编号 */ @ApiModelProperty(value = "工单编号") private String no; /** * 备注 */