fengxiang
2018-04-23 3fb41a7431142a4f4a9794cba32be2ad37a6f14a
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;