Commit 407a72072e02db9019924a82b27edd9bb21ad278

Authored by chenjunyu_1481036421
Committed by xp.Huang
1 parent b8c4b946

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 }