|
@@ -55,13 +55,6 @@ public class PdscCtqProperty implements Serializable {
|
|
|
@Schema(description = "CTQ类型")
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String type;
|
|
|
- /**
|
|
|
- * 说明
|
|
|
- */
|
|
|
- @Excel(name = "说明", width = 15)
|
|
|
- @Schema(description = "说明")
|
|
|
- @TableField("`explain`")
|
|
|
- private String explain;
|
|
|
/**
|
|
|
* 创建人
|
|
|
*/
|