Commit 6140f2e2 authored by dengguangman's avatar dengguangman

-

parent 147b5941
...@@ -12,6 +12,11 @@ import lombok.Data; ...@@ -12,6 +12,11 @@ import lombok.Data;
@Data @Data
public class SpecialPurposeBondsDto { public class SpecialPurposeBondsDto {
/**
* 省Id
*/
private Integer provinceId;
/** /**
* 项目类型 * 项目类型
*/ */
......
...@@ -12,4 +12,8 @@ import lombok.Data; ...@@ -12,4 +12,8 @@ import lombok.Data;
*/ */
@Data @Data
public class SpecialPurposeBondsPageDto extends BasePage { public class SpecialPurposeBondsPageDto extends BasePage {
/**
* 省Id
*/
private Integer provinceId;
} }
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