|
@@ -31,7 +31,10 @@ public class Site implements Serializable {
|
|
|
@ApiModelProperty(value = "客户id", position = 5)
|
|
|
private Integer customerId;
|
|
|
|
|
|
- @ApiModelProperty(value = "状态", position = 5, hidden = true)
|
|
|
+ @ApiModelProperty(value = "客户名称", position = 6)
|
|
|
+ private String customerName;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "状态", position = 7, hidden = true)
|
|
|
private Integer status;
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|