mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
订单导入任务查询增加导入结果返回
This commit is contained in:
+3
@@ -32,4 +32,7 @@ public class OrderImportTaskRespVO {
|
||||
|
||||
@Schema(description = "创建时间")
|
||||
private LocalDateTime createTime;
|
||||
|
||||
@Schema(description = "导入结果")
|
||||
private String result;
|
||||
}
|
||||
|
||||
+5
@@ -64,4 +64,9 @@ public class OrderImportTaskDO extends BaseDO {
|
||||
* 导入文件名称
|
||||
*/
|
||||
private String fileName;
|
||||
|
||||
/**
|
||||
* 导入结果
|
||||
*/
|
||||
private String result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user