From 125a07cbf18d4edd5f795edf846db38beb47d116 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期五, 17 七月 2026 16:26:18 +0800
Subject: [PATCH] 可回收物销售

---
 build/cool/eps.d.ts |  410 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 346 insertions(+), 64 deletions(-)

diff --git a/build/cool/eps.d.ts b/build/cool/eps.d.ts
index de6bf9f..38775c0 100644
--- a/build/cool/eps.d.ts
+++ b/build/cool/eps.d.ts
@@ -351,6 +351,68 @@
 		[key: string]: any;
 	}
 
+	interface BasicdataBuyerEntity {
+		/**
+		 * ID
+		 */
+		id?: number;
+
+		/**
+		 * 閮ㄩ棬ID
+		 */
+		departmentId?: BigInt;
+
+		/**
+		 * 浠g爜
+		 */
+		code?: string;
+
+		/**
+		 * 鍚嶇О
+		 */
+		name?: string;
+
+		/**
+		 * 鍦板潃
+		 */
+		address?: string;
+
+		/**
+		 * 鑱旂郴浜�
+		 */
+		contact?: string;
+
+		/**
+		 * 鑱旂郴鐢佃瘽
+		 */
+		phone?: string;
+
+		/**
+		 * 澶囨敞
+		 */
+		remark?: string;
+
+		/**
+		 * 鍒涘缓鏃堕棿
+		 */
+		createTime?: string;
+
+		/**
+		 * 鏇存柊鏃堕棿
+		 */
+		updateTime?: string;
+
+		/**
+		 * 閮ㄩ棬鍚嶇О
+		 */
+		departmentName?: string;
+
+		/**
+		 * 浠绘剰閿��
+		 */
+		[key: string]: any;
+	}
+
 	interface BasicdataDriverEntity {
 		/**
 		 * ID
@@ -1002,6 +1064,98 @@
 		 * 鏇存柊鏃堕棿
 		 */
 		updateTime?: string;
+
+		/**
+		 * 浠绘剰閿��
+		 */
+		[key: string]: any;
+	}
+
+	interface OperationWastesaleEntity {
+		/**
+		 * ID
+		 */
+		id?: number;
+
+		/**
+		 * 閮ㄩ棬ID
+		 */
+		departmentId?: BigInt;
+
+		/**
+		 * 鏀堕泦鐐笽D
+		 */
+		siteId?: string;
+
+		/**
+		 * 鍨冨溇绉嶇被
+		 */
+		wasteCode?: string;
+
+		/**
+		 * 鏃ユ湡鏃堕棿
+		 */
+		dateTime?: Date;
+
+		/**
+		 * 閲嶉噺
+		 */
+		weight?: number;
+
+		/**
+		 * 鍗曚环
+		 */
+		unitPrice?: number;
+
+		/**
+		 * 鎬讳环
+		 */
+		totalPrice?: number;
+
+		/**
+		 * 缁忔墜浜篒D
+		 */
+		handlerId?: BigInt;
+
+		/**
+		 * 鏀惰喘鏂逛唬鐮�
+		 */
+		buyerCode?: string;
+
+		/**
+		 * 鍒涘缓鏃堕棿
+		 */
+		createTime?: string;
+
+		/**
+		 * 鏇存柊鏃堕棿
+		 */
+		updateTime?: string;
+
+		/**
+		 * 閮ㄩ棬鍚嶇О
+		 */
+		departmentName?: string;
+
+		/**
+		 * 鍚嶇О
+		 */
+		siteName?: string;
+
+		/**
+		 * 鍚嶇О
+		 */
+		wasteName?: string;
+
+		/**
+		 * 濮撳悕
+		 */
+		handlerName?: string;
+
+		/**
+		 * 鍚嶇О
+		 */
+		buyerName?: string;
 
 		/**
 		 * 浠绘剰閿��
@@ -1960,6 +2114,11 @@
 		list: BasicdataWastetypeEntity[];
 	}
 
+	interface BasicdataBuyerPageResponse {
+		pagination: PagePagination;
+		list: BasicdataBuyerEntity[];
+	}
+
 	interface DemoGoodsPageResponse {
 		pagination: PagePagination;
 		list: DemoGoodsEntity[];
@@ -1990,6 +2149,11 @@
 		list: PushCameraGpsEntity[];
 	}
 
+	interface PushDeviceonoffPageResponse {
+		pagination: PagePagination;
+		list: PushDeviceOnoffEntity[];
+	}
+
 	interface PushSiteweightPageResponse {
 		pagination: PagePagination;
 		list: PushSiteweightEntity[];
@@ -2003,11 +2167,6 @@
 	interface PushWeightPageResponse {
 		pagination: PagePagination;
 		list: PushWeightEntity[];
-	}
-
-	interface PushDeviceonoffPageResponse {
-		pagination: PagePagination;
-		list: PushDeviceOnoffEntity[];
 	}
 
 	interface RecycleDataPageResponse {
@@ -2038,6 +2197,11 @@
 	interface UserInfoPageResponse {
 		pagination: PagePagination;
 		list: UserInfoEntity[];
+	}
+
+	interface OperationWastesalePageResponse {
+		pagination: PagePagination;
+		list: OperationWastesaleEntity[];
 	}
 
 	interface BaseCoding {
@@ -2874,6 +3038,64 @@
 		request: Request;
 	}
 
+	interface BasicdataBuyer {
+		/**
+		 * 鍒犻櫎
+		 */
+		delete(data?: any): Promise<any>;
+
+		/**
+		 * 淇敼
+		 */
+		update(data?: any): Promise<any>;
+
+		/**
+		 * 鍗曚釜淇℃伅
+		 */
+		info(data?: any): Promise<BasicdataBuyerEntity>;
+
+		/**
+		 * 鍒楄〃鏌ヨ
+		 */
+		list(data?: any): Promise<BasicdataBuyerEntity[]>;
+
+		/**
+		 * 鍒嗛〉鏌ヨ
+		 */
+		page(data?: any): Promise<BasicdataBuyerPageResponse>;
+
+		/**
+		 * 鏂板
+		 */
+		add(data?: any): Promise<any>;
+
+		/**
+		 * 鏉冮檺鏍囪瘑
+		 */
+		permission: {
+			delete: string;
+			update: string;
+			info: string;
+			list: string;
+			page: string;
+			add: string;
+		};
+
+		/**
+		 * 鏉冮檺鐘舵��
+		 */
+		_permission: {
+			delete: boolean;
+			update: boolean;
+			info: boolean;
+			list: boolean;
+			page: boolean;
+			add: boolean;
+		};
+
+		request: Request;
+	}
+
 	interface DemoGoods {
 		/**
 		 * 鍒犻櫎
@@ -3272,6 +3494,64 @@
 		request: Request;
 	}
 
+	interface PushDeviceonoff {
+		/**
+		 * 鍒犻櫎
+		 */
+		delete(data?: any): Promise<any>;
+
+		/**
+		 * 淇敼
+		 */
+		update(data?: any): Promise<any>;
+
+		/**
+		 * 鍗曚釜淇℃伅
+		 */
+		info(data?: any): Promise<PushDeviceOnoffEntity>;
+
+		/**
+		 * 鍒楄〃鏌ヨ
+		 */
+		list(data?: any): Promise<PushDeviceOnoffEntity[]>;
+
+		/**
+		 * 鍒嗛〉鏌ヨ
+		 */
+		page(data?: any): Promise<PushDeviceonoffPageResponse>;
+
+		/**
+		 * 鏂板
+		 */
+		add(data?: any): Promise<any>;
+
+		/**
+		 * 鏉冮檺鏍囪瘑
+		 */
+		permission: {
+			delete: string;
+			update: string;
+			info: string;
+			list: string;
+			page: string;
+			add: string;
+		};
+
+		/**
+		 * 鏉冮檺鐘舵��
+		 */
+		_permission: {
+			delete: boolean;
+			update: boolean;
+			info: boolean;
+			list: boolean;
+			page: boolean;
+			add: boolean;
+		};
+
+		request: Request;
+	}
+
 	interface PushSiteweight {
 		/**
 		 * 鍒犻櫎
@@ -3413,64 +3693,6 @@
 		 * 鍒嗛〉鏌ヨ
 		 */
 		page(data?: any): Promise<PushWeightPageResponse>;
-
-		/**
-		 * 鏂板
-		 */
-		add(data?: any): Promise<any>;
-
-		/**
-		 * 鏉冮檺鏍囪瘑
-		 */
-		permission: {
-			delete: string;
-			update: string;
-			info: string;
-			list: string;
-			page: string;
-			add: string;
-		};
-
-		/**
-		 * 鏉冮檺鐘舵��
-		 */
-		_permission: {
-			delete: boolean;
-			update: boolean;
-			info: boolean;
-			list: boolean;
-			page: boolean;
-			add: boolean;
-		};
-
-		request: Request;
-	}
-
-	interface PushDeviceonoff {
-		/**
-		 * 鍒犻櫎
-		 */
-		delete(data?: any): Promise<any>;
-
-		/**
-		 * 淇敼
-		 */
-		update(data?: any): Promise<any>;
-
-		/**
-		 * 鍗曚釜淇℃伅
-		 */
-		info(data?: any): Promise<PushDeviceOnoffEntity>;
-
-		/**
-		 * 鍒楄〃鏌ヨ
-		 */
-		list(data?: any): Promise<PushDeviceOnoffEntity[]>;
-
-		/**
-		 * 鍒嗛〉鏌ヨ
-		 */
-		page(data?: any): Promise<PushDeviceonoffPageResponse>;
 
 		/**
 		 * 鏂板
@@ -3844,6 +4066,64 @@
 		request: Request;
 	}
 
+	interface OperationWastesale {
+		/**
+		 * 鍒犻櫎
+		 */
+		delete(data?: any): Promise<any>;
+
+		/**
+		 * 淇敼
+		 */
+		update(data?: any): Promise<any>;
+
+		/**
+		 * 鍗曚釜淇℃伅
+		 */
+		info(data?: any): Promise<OperationWastesaleEntity>;
+
+		/**
+		 * 鍒楄〃鏌ヨ
+		 */
+		list(data?: any): Promise<OperationWastesaleEntity[]>;
+
+		/**
+		 * 鍒嗛〉鏌ヨ
+		 */
+		page(data?: any): Promise<OperationWastesalePageResponse>;
+
+		/**
+		 * 鏂板
+		 */
+		add(data?: any): Promise<any>;
+
+		/**
+		 * 鏉冮檺鏍囪瘑
+		 */
+		permission: {
+			delete: string;
+			update: string;
+			info: string;
+			list: string;
+			page: string;
+			add: string;
+		};
+
+		/**
+		 * 鏉冮檺鐘舵��
+		 */
+		_permission: {
+			delete: boolean;
+			update: boolean;
+			info: boolean;
+			list: boolean;
+			page: boolean;
+			add: boolean;
+		};
+
+		request: Request;
+	}
+
 	interface RequestOptions {
 		url: string;
 		method?: "OPTIONS" | "GET" | "HEAD" | "POST" | "PUT" | "DELETE" | "TRACE" | "CONNECT";
@@ -3887,6 +4167,7 @@
 			sorter: BasicdataSorter;
 			vehicle: BasicdataVehicle;
 			wastetype: BasicdataWastetype;
+			buyer: BasicdataBuyer;
 		};
 		demo: { goods: DemoGoods; tenant: DemoTenant };
 		dict: { info: DictInfo; type: DictType };
@@ -3894,14 +4175,15 @@
 		push: {
 			auditlog: PushAuditlog;
 			cameragps: PushCameragps;
+			deviceonoff: PushDeviceonoff;
 			siteweight: PushSiteweight;
 			vehiclegps: PushVehiclegps;
 			weight: PushWeight;
-			deviceonoff: PushDeviceonoff;
 		};
 		recycle: { data: RecycleData };
 		space: { info: SpaceInfo; type: SpaceType };
 		task: { info: TaskInfo };
 		user: { address: UserAddress; info: UserInfo };
+		operation: { wastesale: OperationWastesale };
 	};
 }

--
Gitblit v1.9.1