摘要:
# 更新worker集合的数据,# upsert 设置为true,表示未匹配到符合条件的数据,则新增# multi 设置为true,表示匹配到多个符合条件的数据时,更新所有数据;默认false,即只更新符合要求的第一条数据# key-value,key可以省略引号,value的引号不可以省略。# u 阅读全文
摘要:
1.创建实体,这是排序的基本字段,其他字段自定义增加 import java.util.List; import org.springframework.data.annotation.Transient; public class HierachyDeviceModel { private Int 阅读全文