From 3baaad59171ded6aca17340fcc907acbeeb45b7b Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期二, 08 四月 2025 08:14:43 +0800 Subject: [PATCH] Merge branch 'main' of http://lanpucloud.cn:1111/r/eims-master --- eims-ui/apps/web-antd/src/api/eims/spare-inout/model.d.ts | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/eims-ui/apps/web-antd/src/api/eims/spare-inout/model.d.ts b/eims-ui/apps/web-antd/src/api/eims/spare-inout/model.d.ts new file mode 100644 index 0000000..ae55af8 --- /dev/null +++ b/eims-ui/apps/web-antd/src/api/eims/spare-inout/model.d.ts @@ -0,0 +1,41 @@ +export interface SpareInoutVO { + /** + * + */ + id: number | string; + + /** + * 鍗曞彿 + */ + orderCode: string; + + /** + * 鍗曞彿鏃ユ湡 + */ + orderDate: string; + + /** + * 缁忓姙浜� + */ + chargeUser: number; + + /** + * 宸ュ崟绫诲瀷锛�1-鍏ュ簱鍗� 2-鍑哄簱鍗曪級 瀛楀吀 + */ + type: string; + + /** + * 鍑哄簱瀹㈡埛鍚嶇О鎴栧叆搴撲緵搴斿晢 + */ + partnerName: string; + + /** + * 鍏宠仈鍗曞彿锛堝-缁翠慨鍗曪級 + */ + associatedOrder: string; + + /** + * 澶囨敞 + */ + remark: string; +} -- Gitblit v1.9.3