소스 검색

Merge branch 'feature/v1' into dev/shenliang

Huanyi 2 주 전
부모
커밋
81baf922b2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-modules/yingpaipay-fulfiller/src/main/java/org/dromara/fulfiller/domain/bo/FlfFulfillerBo.java

+ 1 - 0
ruoyi-modules/yingpaipay-fulfiller/src/main/java/org/dromara/fulfiller/domain/bo/FlfFulfillerBo.java

@@ -90,6 +90,7 @@ public class FlfFulfillerBo extends BaseEntity {
     /**
      * 归属站点ID
      */
+    @NotNull(message = "所属站点不能为空", groups = { AddGroup.class, EditGroup.class })
     private Long stationId;
 
     /**