wang-hao-jie
2022-01-07 0f2202dfcea3309c1b0e7515f6db5fbdc83d51d1
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Accident.java
@@ -25,7 +25,7 @@
@DynamicUpdate
@Table(name = "t_accident")
@TableName("t_accident")
@ApiModel(value = "车险记录")
@ApiModel(value = "事故记录")
public class Accident extends XbootBaseEntity {
    private static final long serialVersionUID = 1L;
@@ -48,6 +48,9 @@
    @ApiModelProperty(value = "解决方案")
    private String solve;
    @ApiModelProperty(value = "保费赔偿")
    private String peiChang;
    @ApiModelProperty(value = "现场照片")
    private String imgs;