wei.zhou

提交字段注释

...@@ -36,7 +36,7 @@ public class MawbDetail implements Serializable{ ...@@ -36,7 +36,7 @@ public class MawbDetail implements Serializable{
36 @NotBlank(message="参数detailId不能为空") 36 @NotBlank(message="参数detailId不能为空")
37 private String detailId; 37 private String detailId;
38 38
39 - @ApiModelProperty(value = "商品编号", example = "空值") 39 + @ApiModelProperty(value = "归类标志", example = "空值")
40 @Column(name = "CLASSMARK") 40 @Column(name = "CLASSMARK")
41 private String classMark; 41 private String classMark;
42 42
...@@ -64,7 +64,7 @@ public class MawbDetail implements Serializable{ ...@@ -64,7 +64,7 @@ public class MawbDetail implements Serializable{
64 @Column(name = "EXGNO") 64 @Column(name = "EXGNO")
65 private String exgNo; 65 private String exgNo;
66 66
67 - @ApiModelProperty(value = "号") 67 + @ApiModelProperty(value = "版本号")
68 @Column(name = "EXGVERSION") 68 @Column(name = "EXGVERSION")
69 private String exgVersion; 69 private String exgVersion;
70 70
......