Commit 8cbd8eb5 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改类型声明

parent 8b76477b
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-17 10:22:51
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-09-10 16:40:02
* @LastEditTime: 2021-09-14 14:21:15
* @Description: 退货发货抽屉
*/
......@@ -155,7 +155,7 @@ type ProductListItemType = {
/**
* 数据id
*/
returnDetailId: number,
returnDetailId?: number,
}
export type AfterType = 2 | 3
......
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