liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActAcidDangerMember.java
@@ -32,7 +32,7 @@
    private static final long serialVersionUID = 889636932941876579L;
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Long id;
    /**
@@ -101,6 +101,9 @@
    @ApiModelProperty(value = "风险类别")
    private String riskType;
    @ApiModelProperty(value = "是否删除 1是 0否")
    private Integer isDel;
    public interface RiskType {
        String COLOR = "红码或黄码";
        String STAR= "行程卡带星";