|
@@ -53,6 +53,10 @@ public class AppSitePlace implements Serializable {
|
|
|
@Excel(name = "名称", width = 15)
|
|
|
@Schema(description = "名称")
|
|
|
private String name;
|
|
|
+ /**运动类型*/
|
|
|
+ @Excel(name = "运动类型", width = 15)
|
|
|
+ @Schema(description = "运动类型")
|
|
|
+ private Integer CategoryId;
|
|
|
/**乐观锁*/
|
|
|
@Excel(name = "乐观锁", width = 15)
|
|
|
@Schema(description = "乐观锁")
|
|
@@ -127,4 +131,6 @@ public class AppSitePlace implements Serializable {
|
|
|
@Schema(description = "有效期;单位:天")
|
|
|
private Integer indate;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
}
|