Commit ef622958 authored by Administrator's avatar Administrator

-

parent d601c090
......@@ -14,6 +14,12 @@ import javax.validation.constraints.NotNull;
@Data
public class OpRegionalEconomicDataRegionalListDto {
/**
* id
*/
@NotNull(message = "id 不能为空")
private Integer id;
/**
* 省Id
*/
......
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