Commit 250ce95a by xieshaohua

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

parent c4c6f7f0
......@@ -58,9 +58,9 @@ public class WorkOrderInfoVO {
private long createTimeMill;
/**
* 工单类型 资产完善、资产下架、资产新增等 待讨论 资产转移
* 工单类型 资产完善、资产补录、资产转移
*/
@Schema(description = "工单类型 资产完善、资产下架、资产新增等 待讨论 资产转移")
@Schema(description = "工单类型 资产完善、资产补录、资产转移")
private String type;
/**
......
......@@ -3,7 +3,7 @@ package com.keymobile.governworkorder.common.type;
public enum OrderTypeEnum {
DATA_UPDATE("资产完善"),
DATA_ADD("资产新增"),
DATA_ADD("资产补录"),
DATA_OFF("资产下架"),
DATA_TRANSFER("资产转移");
......
......@@ -27,7 +27,7 @@ public class WorkOrdeQueryDto {
private String stage;
@Schema(description = "工单状态 待发起、处理中、工单关闭、工单失效")
private String status;
@Schema(description = "工单类型 资产完善、资产下架、资产新增、资产转移")
@Schema(description = "工单类型 资产完善、资产补录、资产转移")
private String type;
@Schema(description = "资产类型 数据指标、数据资产、元数据、数据标准")
private String dataType;
......
......@@ -53,7 +53,7 @@ public class WorkOrderInfo {
private long createTimeMill;
/**
* 工单类型 资产完善、资产下架、资产新增等 待讨论 资产转移
* 工单类型 资产完善、资产补录、资产转移
*/
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