Commit 893337991116b5970e8b95fbe8572445a858b190

Authored by chenjunyu_1481036421
Committed by xp.Huang
1 parent 46938527

feat:增加物模型排序字段


(cherry picked from commit 33c3f3a0ad7bdeb645f116521d3dc07ae99a2f18)
@@ -40,4 +40,5 @@ public class TkThingsModelEntity extends TenantBaseEntity { @@ -40,4 +40,5 @@ public class TkThingsModelEntity extends TenantBaseEntity {
40 * 品类id 40 * 品类id
41 */ 41 */
42 private String categoryId; 42 private String categoryId;
  43 + private Integer sort;
43 } 44 }