From 029de836702607a95ccb0a69a74efcea52ddc451 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 25 九月 2025 19:35:38 +0800 Subject: [PATCH] 上海对农数据接口调整2 --- src/main/java/com/fzzy/async/fzzy61/entity/Fz61DrugLogApplyKey.java | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy61/entity/Fz61DrugLogApplyKey.java b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61DrugLogApplyKey.java new file mode 100644 index 0000000..5afe152 --- /dev/null +++ b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61DrugLogApplyKey.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 Fz61DrugLogApplyKey implements Serializable { + private String id; + private String deptId; + private String standardId; + + public Fz61DrugLogApplyKey(){ + super(); + } + } \ No newline at end of file -- Gitblit v1.9.3