|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.ruoyi.platform.vo; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude; |
|
|
|
import com.fasterxml.jackson.databind.PropertyNamingStrategy; |
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonNaming; |
|
|
|
import com.ruoyi.platform.domain.dependencydomain.ProjectDepency; |
|
|
|
@@ -14,6 +15,7 @@ import java.util.List; |
|
|
|
|
|
|
|
@Data |
|
|
|
@JsonNaming(PropertyNamingStrategy.SnakeCaseStrategy.class) |
|
|
|
@JsonInclude(JsonInclude.Include.NON_NULL) |
|
|
|
public class ModelMetaVo implements Serializable { |
|
|
|
private Integer id; |
|
|
|
|
|
|
|
|