1、查询接口设计 入参:以tag的方式,如propertyKey,propertyValue 解释: propertyKey即查询的条件字段是什么?sn?uuid?ip? propertyValue即条件值,如果是uuid的话,条件值是xxxx-xxxx-xxxx-xxxx 后端sql:where 1 = 1 and propertyKey = propertyValue 2、 来源:https://my.oschina.net/weiweiblog/blog/3107048 标签 uuid