fangyuan
2022-11-21 5cba031b4fcc437568a46295739fda3dae7ae41f
ycl-platform/src/main/java/com/ycl/entity/NewsChannelColumn.java
@@ -2,15 +2,20 @@
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import java.io.Serializable;
/**
 * 频道栏目中间表(NewsChannelColumn)表实体类
 *
 * @author makejava
 * @since 2022-11-17 11:12:41
 * @since 2022-11-17 11:38:27
 */
@SuppressWarnings("serial")
@Builder
@AllArgsConstructor
public class NewsChannelColumn extends Model<NewsChannelColumn> {
    
    private Integer id;
@@ -18,7 +23,6 @@
    private Integer channelId;
    //栏目id
    private Integer columnId;
    public Integer getId() {
        return id;