MrShi
2025-11-26 7eb7c653e54ae77dacef48a303c5e3dba4f2afa7
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRule.java
@@ -24,6 +24,7 @@
public class WarningRule  extends LoginUserModel {
    @ApiModelProperty(value = "主键", example = "1")
    @TableId(type = IdType.AUTO)
    @ExcelColumn(name="主键")
    private Integer id;