Commit 070747aa by jianan

客户证件列表、税务列表加 id 字段

parent 4db916d7
...@@ -6,6 +6,8 @@ import lombok.Data; ...@@ -6,6 +6,8 @@ import lombok.Data;
@Data @Data
@Schema(description = "税务国家") @Schema(description = "税务国家")
public class TaxCountry { public class TaxCountry {
@Schema(description = "id")
private String id;
@Schema(description = "税务国家") @Schema(description = "税务国家")
private String taxCountry; private String taxCountry;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment