fix:精选描述
This commit is contained in:
51
src/types/application/preproducts.d.ts
vendored
51
src/types/application/preproducts.d.ts
vendored
@@ -1,25 +1,26 @@
|
||||
declare namespace API.ApplicationProducts {
|
||||
export interface result {
|
||||
total: number;
|
||||
rows: Product[];
|
||||
code: number;
|
||||
msg: string;
|
||||
}
|
||||
|
||||
export interface Product {
|
||||
createTime: string;
|
||||
companyCardId: number;
|
||||
name: string;
|
||||
companyNature: string;
|
||||
backgroudColor: string;
|
||||
status: number;
|
||||
}
|
||||
|
||||
export interface Params {
|
||||
companyCardId?: number;
|
||||
name?: string;
|
||||
companyNature?: string;
|
||||
backgroudColor?: string;
|
||||
status?: number;
|
||||
}
|
||||
}
|
||||
declare namespace API.ApplicationProducts {
|
||||
export interface result {
|
||||
total: number;
|
||||
rows: Product[];
|
||||
code: number;
|
||||
msg: string;
|
||||
}
|
||||
|
||||
export interface Product {
|
||||
createTime: string;
|
||||
companyCardId?: number;
|
||||
name: string;
|
||||
description?:string;
|
||||
companyNature: string;
|
||||
backgroudColor: string;
|
||||
status: number;
|
||||
}
|
||||
|
||||
export interface Params {
|
||||
companyCardId?: number;
|
||||
name?: string;
|
||||
companyNature?: string;
|
||||
backgroudColor?: string;
|
||||
status?: number;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user