doum
2025-12-30 b840d845ce448613d7b9faf4bd12e0f8c93c389b
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Warning.java
@@ -21,6 +21,7 @@
@TableName("`warning`")
public class Warning  extends LoginUserModel {
    @TableId(type = IdType.AUTO)
    @ApiModelProperty(value = "主键", example = "1")
    @ExcelColumn(name="主键")
    private Integer id;