All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.neko233.config233.reader.dto.FrontEndConfigDto.kt Maven / Gradle / Ivy

The newest version!
package com.neko233.config233.reader.dto

/**
 *
 *
 * @author SolarisNeko
 * Date on 2024-01-16
 * */
class FrontEndConfigDto {

    /**
     * 处理类型
     */
    var type: String = ""

    /**
     * 配置文件名
     */
    var configNameSimple: String = ""

    /**
     * 后缀名字
     */
    var suffix: String = ""


    /**
     * 配置数据列表
     */
    var dataList: MutableList> = mutableListOf()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy