Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
04db13fa
Commit
04db13fa
authored
Feb 09, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 添加类型声明
parent
a1a460a3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
interface.d.ts
...terService/components/ExchangeReceivedInfo/interface.d.ts
+5
-1
index.ts
...afterService/components/ReturnAddressInfo/schema/index.ts
+1
-1
interface.d.ts
...ges/afterService/components/ReturnAnalysis/interface.d.ts
+4
-0
No files found.
src/pages/afterService/components/ExchangeReceivedInfo/interface.d.ts
View file @
04db13fa
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-30 18:44:40
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-11-30 18:44:41
* @LastEditTime: 202
1-02-09 16:48:26
* @Description:
*/
export
interface
SummaryData
{
...
...
@@ -58,6 +58,10 @@ export interface Detailed {
*/
deliveryId
:
number
/**
* 退货发货单据Id
*/
deliveryNoId
:
number
/**
* 批次
*/
batch
:
number
...
...
src/pages/afterService/components/ReturnAddressInfo/schema/index.ts
View file @
04db13fa
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-09 15:56:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
1-18 15:33:52
* @LastEditTime: 2021-0
2-09 16:25:16
* @Description:
*/
import
{
ISchema
}
from
'@formily/antd'
;
...
...
src/pages/afterService/components/ReturnAnalysis/interface.d.ts
View file @
04db13fa
...
...
@@ -58,6 +58,10 @@ export interface Detailed {
*/
deliveryId
:
number
/**
* 退货发货单据Id
*/
deliveryNoId
:
number
/**
* 批次
*/
batch
:
number
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment