fengxiang
2018-02-05 5c6a71fbcad27a637c775358d1004ddb95f55729
src/main/java/com/moral/entity/DeviceVersion.java
@@ -1,8 +1,10 @@
package com.moral.entity;
import javax.persistence.Id;
import java.util.Date;
public class DeviceVersion {
    @Id
    private Integer id;
    private String name;