|
|
@ -1,6 +1,7 @@ |
|
|
|
package com.cloud.kicc.system.api.devtools.entity; |
|
|
|
package com.cloud.kicc.system.api.devtools.entity; |
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
|
|
|
|
import com.cloud.kicc.common.data.entity.BaseEntity; |
|
|
|
import com.cloud.kicc.common.data.entity.CommonEntity; |
|
|
|
import com.cloud.kicc.common.data.entity.CommonEntity; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
@ -23,7 +24,7 @@ import lombok.experimental.Accessors; |
|
|
|
@Accessors(chain = true) |
|
|
|
@Accessors(chain = true) |
|
|
|
@TableName("sys_gen_code_param") |
|
|
|
@TableName("sys_gen_code_param") |
|
|
|
@ApiModel(value = "GenCodeParam对象", description = "生成参数") |
|
|
|
@ApiModel(value = "GenCodeParam对象", description = "生成参数") |
|
|
|
public class GenCodeParam extends CommonEntity { |
|
|
|
public class GenCodeParam extends BaseEntity { |
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
|
|
|