Check.ExceptionEasy(this.UpdateBuilder.IsListUpdate==true," OptLock can only be used on a single object, and the argument cannot be List","乐观锁只能用于单个对象,参数不能是List,如果是一对多操作请更新主表统一用主表验证");
Check.ExceptionEasy(UpdateObjs?.Length>1," OptLock can only be used on a single object, and the argument cannot be List","乐观锁只能用于单个对象,参数不能是List,如果是一对多操作请更新主表统一用主表验证");
Check.ExceptionEasy(this.UpdateBuilder.IsListUpdate==true," OptLock can only be used on a single object, and the argument cannot be List","乐观锁只能用于单个对象,参数不能是List,如果是一对多操作请更新主表统一用主表验证");
Check.ExceptionEasy(UpdateObjs?.Length>1," OptLock can only be used on a single object, and the argument cannot be List","乐观锁只能用于单个对象,参数不能是List,如果是一对多操作请更新主表统一用主表验证");