Commit 1965b95d authored by duanruiming's avatar duanruiming

[update] swagger显示问题

parent d82a9a7c
......@@ -34,6 +34,7 @@ public class SchemeSendVO {
*/
@Setter
@Getter
@ApiModel(value = "方案", description = "方案")
public static class Pattern {
/**
......@@ -67,6 +68,7 @@ public class SchemeSendVO {
@Setter
@Getter
@ApiModel(value = "环", description = "环")
public static class Ring {
@ApiModelProperty(value = "环号", notes = "环号")
......@@ -80,6 +82,7 @@ public class SchemeSendVO {
*/
@Setter
@Getter
@ApiModel(value = "相位", description = "相位")
public static class Phase {
/**
......
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