Commit 250ce95a by xieshaohua

[修改]资产补录类型备注信息

parent c4c6f7f0
...@@ -58,9 +58,9 @@ public class WorkOrderInfoVO { ...@@ -58,9 +58,9 @@ public class WorkOrderInfoVO {
private long createTimeMill; private long createTimeMill;
/** /**
* 工单类型 资产完善、资产下架、资产新增等 待讨论 资产转移 * 工单类型 资产完善、资产补录、资产转移
*/ */
@Schema(description = "工单类型 资产完善、资产下架、资产新增等 待讨论 资产转移") @Schema(description = "工单类型 资产完善、资产补录、资产转移")
private String type; private String type;
/** /**
......
...@@ -3,7 +3,7 @@ package com.keymobile.governworkorder.common.type; ...@@ -3,7 +3,7 @@ package com.keymobile.governworkorder.common.type;
public enum OrderTypeEnum { public enum OrderTypeEnum {
DATA_UPDATE("资产完善"), DATA_UPDATE("资产完善"),
DATA_ADD("资产新增"), DATA_ADD("资产补录"),
DATA_OFF("资产下架"), DATA_OFF("资产下架"),
DATA_TRANSFER("资产转移"); DATA_TRANSFER("资产转移");
......
...@@ -27,7 +27,7 @@ public class WorkOrdeQueryDto { ...@@ -27,7 +27,7 @@ public class WorkOrdeQueryDto {
private String stage; private String stage;
@Schema(description = "工单状态 待发起、处理中、工单关闭、工单失效") @Schema(description = "工单状态 待发起、处理中、工单关闭、工单失效")
private String status; private String status;
@Schema(description = "工单类型 资产完善、资产下架、资产新增、资产转移") @Schema(description = "工单类型 资产完善、资产补录、资产转移")
private String type; private String type;
@Schema(description = "资产类型 数据指标、数据资产、元数据、数据标准") @Schema(description = "资产类型 数据指标、数据资产、元数据、数据标准")
private String dataType; private String dataType;
......
...@@ -53,7 +53,7 @@ public class WorkOrderInfo { ...@@ -53,7 +53,7 @@ public class WorkOrderInfo {
private long createTimeMill; private long createTimeMill;
/** /**
* 工单类型 资产完善、资产下架、资产新增等 待讨论 资产转移 * 工单类型 资产完善、资产补录、资产转移
*/ */
private String type; private String type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment