From 11430ae628f098654579811131abc522d679e870 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期一, 22 九月 2025 17:04:42 +0800 Subject: [PATCH] 上海对农接口调整-增加自动上传 --- src/main/java/com/fzzy/async/fzzy61/entity/Fz61CheckItemKey.java | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy61/entity/Fz61CheckItemKey.java b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61CheckItemKey.java new file mode 100644 index 0000000..b48fb41 --- /dev/null +++ b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61CheckItemKey.java @@ -0,0 +1,18 @@ +package com.fzzy.async.fzzy61.entity; + +import lombok.AllArgsConstructor; +import lombok.Data; + +import java.io.Serializable; + +@Data +@AllArgsConstructor +public class Fz61CheckItemKey implements Serializable { + private String checkId; + private String companyId; + private String standardId; + + public Fz61CheckItemKey(){ + super(); + } + } \ No newline at end of file -- Gitblit v1.9.3