8240b127 by chentao

Merge branch 'master' into dev

2 parents 231bdf33 fe14ef53
...@@ -13,7 +13,7 @@ import javax.validation.constraints.Size; ...@@ -13,7 +13,7 @@ import javax.validation.constraints.Size;
13 * @date 2024/9/8 16:29 13 * @date 2024/9/8 16:29
14 */ 14 */
15 @Data 15 @Data
16 @AtLeastOneNonNull(fields = {"twoDimensionalOssId", "threeDimensionalOssId"},message = "2D和3D不能都为空") 16 //@AtLeastOneNonNull(fields = {"twoDimensionalOssId", "threeDimensionalOssId"},message = "2D和3D不能都为空")
17 public class CourseBo extends BaseBO { 17 public class CourseBo extends BaseBO {
18 private static final long serialVersionUID = 1L; 18 private static final long serialVersionUID = 1L;
19 19
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!