From 9310b45ec2b53bae9814e9871b5e31feddb18e7d Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期二, 21 五月 2024 10:56:54 +0800 Subject: [PATCH] 田间灌溉项目管理 灌溉单元模块实现接口(创建灌溉单元、删除灌溉单元、批量删除、修改灌溉单元、查一个灌溉单元、分页查灌溉单元) --- pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/general/qo/QoToAudit.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/general/qo/QoToAudit.java b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/general/qo/QoToAudit.java index 809a5ee..d4f0b5c 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/general/qo/QoToAudit.java +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/general/qo/QoToAudit.java @@ -19,7 +19,7 @@ @Builder @Schema(name = "寰呭鏍镐氦鏄撴眹鎬绘煡璇㈡潯浠�") public class QoToAudit extends QueryConditionVo { - @Schema(description = "浜ゆ槗鏃堕棿") + @Schema(description = "浜ゆ槗鏃ユ湡") public String tradeDate; @Schema(description = "鏀堕摱鍛業D") -- Gitblit v1.8.0