mybatisPlus字段名结尾有下划线问题解决
@TableId(type = IdType.INPUT,value = "ID_")
private Integer id;
@TableField("DAY_VAL_")
private String dayVal;
@TableField("DAY_NAME_")
private String day_name;
@TableField("STATUS_")
private Integer status;
@TableField("DURATION_")
private String duration;