package com.whdc.model.entity; public class UnitDict { private Integer id; private String name; private Integer sort; private String type; }