Quellcode durchsuchen

【BUG】错误字段

ZhaoMn vor 4 Jahren
Ursprung
Commit
496872eda6

+ 0 - 1
railway-common/src/main/java/com/railway/common/core/domain/entity/SysDept.java

@@ -54,7 +54,6 @@ public class SysDept extends BaseEntity {
    * 显示顺序
    */
   @ApiModelProperty(value = "显示顺序")
-  @NotBlank(message = "显示顺序不能为空")
   private String orderNum;
 
   /**