ApiDataServiceInfo.java 849 Bytes
package com.lhcredit.project.business.apiDataServiceInfo.domain;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;

/**
 * 数据服务内容表 api_data_service_info
 *
 * @author lhcredit
 * @date 2025-05-06
 */
@Data
@ApiModel(value = "数据服务内容")
public class ApiDataServiceInfo {
    private static final long serialVersionUID=1L;

    /**  */
    @ApiModelProperty(value = "")
    private Integer id;
    /**  */
    @ApiModelProperty(value = "")
    private Integer dataId;
    /**  */
    @ApiModelProperty(value = "")
    private String title;
    /**  */
    @ApiModelProperty(value = "")
    private String content;

    /**  */
    @ApiModelProperty(value = "")
    private String content1;
    /**  */
    @ApiModelProperty(value = "")
    private String content2;

}