李红攀:小程序新增农事记录

This commit is contained in:
2026-06-10 14:02:34 +08:00
parent 273772d68a
commit 5ec4b2d818
7 changed files with 511 additions and 5 deletions

View File

@@ -49,6 +49,8 @@ export interface AgriOperationFormReqVO {
workContent?: string
imageUrls?: string
remark?: string
longitude?: number
latitude?: number
}
/** 获取农事操作分页列表 */