fengxiang
2018-02-05 baaff76ba638ac37f5b1dcffb27ba9f5a9fff937
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;