package com.zy.core; import lombok.extern.slf4j.Slf4j; /** * news stories * Created by vincent on 2022/12/22 */ @Slf4j @SuppressWarnings({"unchecked","rawtypes"}) public class News { }