|
@@ -82,7 +82,7 @@ public class BizWorkOrder extends BaseEntity {
|
|
private Long taskTypeId;
|
|
private Long taskTypeId;
|
|
|
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
- @Excel(name = "任务类型", sort = 5)
|
|
|
|
|
|
+ @Excel(name = "项目", sort = 5)
|
|
private String taskTypeName;
|
|
private String taskTypeName;
|
|
|
|
|
|
/**
|
|
/**
|