Forráskód Böngészése

fix: pdsc,【CTQ属性】说明字段为自动生成

zhangkai 4 hónapja
szülő
commit
e74b431f92

+ 0 - 7
nationrel-module-pdsc-api/src/main/java/com/nationrel/modules/pdsc/entity/PdscCtqProperty.java

@@ -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;
     /**
      * 创建人
      */

+ 0 - 4
nationrel-module-pdsc-api/src/main/java/com/nationrel/modules/pdsc/vo/PdscCtqPropertyVo.java

@@ -32,8 +32,4 @@ public class PdscCtqPropertyVo {
      * 类型
      */
     private String type;
-    /**
-     * 说明
-     */
-    private String explain;
 }