👎 删除代码
This commit is contained in:
-1
@@ -1 +0,0 @@
|
||||
{}
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB |
BIN
Binary file not shown.
+3
-6
@@ -1,10 +1,7 @@
|
||||
package cn.iocoder.yudao.module.farm.controller.admin.area.vo;
|
||||
|
||||
import com.sun.org.apache.xpath.internal.operations.Bool;
|
||||
import lombok.*;
|
||||
import java.util.*;
|
||||
import io.swagger.annotations.*;
|
||||
import javax.validation.constraints.*;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* Base VO,提供给添加、修改、详细的子 VO 使用
|
||||
@@ -15,7 +12,7 @@ public class AreaBaseVO {
|
||||
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
@ApiModelProperty(value = "地块名称")
|
||||
private String name;
|
||||
|
||||
private Long parentId;
|
||||
|
||||
Reference in New Issue
Block a user