Commit 8e97fb84 by 杨浩

采购订单发货;

jimu报表;
质检附件
parent 266040c5
......@@ -55,6 +55,9 @@ public class CheckTaskCheckReqVO {
@NotEmpty(message = "质检结果不能为空")
private String checkResult;
@Schema(description = "附件")
private String annex;
}
}
......@@ -62,4 +62,7 @@ public class CheckTaskItemsRespVO {
@ExcelProperty("创建时间")
private LocalDateTime createTime;
@Schema(description = "附件")
private String annex;
}
\ No newline at end of file
......@@ -69,6 +69,9 @@ public class CheckTaskItemsDO extends BaseDO {
* 枚举 {@link TODO order_check_task_status 对应的类}
*/
private String checkResult;
/**
* 附件
*/
private String annex;
}
\ No newline at end of file
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