From 960ddab080d2434277bb75c188e2f7380856997e Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期五, 07 三月 2025 14:33:53 +0800 Subject: [PATCH] 煤矿修改 --- exam-system/src/main/java/com/gkhy/exam/pay/dto/rep/NonCoalStuRep.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/exam-system/src/main/java/com/gkhy/exam/pay/dto/rep/NonCoalStuRep.java b/exam-system/src/main/java/com/gkhy/exam/pay/dto/rep/NonCoalStuRep.java index 1ac2278..0a02a95 100644 --- a/exam-system/src/main/java/com/gkhy/exam/pay/dto/rep/NonCoalStuRep.java +++ b/exam-system/src/main/java/com/gkhy/exam/pay/dto/rep/NonCoalStuRep.java @@ -54,4 +54,7 @@ @ApiModelProperty("财政缴款码") private String payCode; + + @ApiModelProperty("1个人2团体") + private Long payType; } -- Gitblit v1.9.2