|
|
|
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
|
|
|
|
package com.cloud.kicc.system.api.devtools.entity; |
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
|
import com.cloud.kicc.common.data.entity.BaseEntity; |
|
|
|
|
import com.cloud.kicc.common.data.entity.CommonEntity; |
|
|
|
|
import java.io.Serializable; |
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
@ -24,7 +25,7 @@ import lombok.experimental.Accessors;
@@ -24,7 +25,7 @@ import lombok.experimental.Accessors;
|
|
|
|
|
@Accessors(chain = true) |
|
|
|
|
@TableName("sys_gen_show_type") |
|
|
|
|
@ApiModel(value = "GenShowType对象", description = "控件类型") |
|
|
|
|
public class GenShowType extends CommonEntity { |
|
|
|
|
public class GenShowType extends BaseEntity { |
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
|