|
@@ -2,6 +2,7 @@ package com.fdkk.sxz.entity;
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.util.Date;
|
|
@@ -85,4 +86,12 @@ public class RenovationPartsDetailEntity extends BaseEntity {
|
|
|
*/
|
|
|
@TableField("bird_path")
|
|
|
private String birdPath;
|
|
|
+
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "线下版本使用-style", name = "style")
|
|
|
+ @TableField("style")
|
|
|
+ private Integer style;
|
|
|
+ @ApiModelProperty(value = "线下版本使用-dlc", name = "dlc")
|
|
|
+ @TableField("dlc")
|
|
|
+ private String dlc;
|
|
|
}
|