WANG hace 6 años
padre
commit
8f11ff405f

+ 3 - 8
examcloud-core-basic-dao/src/main/java/cn/com/qmth/examcloud/core/basic/dao/entity/SmsAssemblyEntity.java

@@ -1,13 +1,12 @@
 package cn.com.qmth.examcloud.core.basic.dao.entity;
 
-import cn.com.qmth.examcloud.web.jpa.JpaEntity;
-import cn.com.qmth.examcloud.web.jpa.WithIdAndStatusJpaEntity;
-
 import javax.persistence.Column;
 import javax.persistence.Entity;
 import javax.persistence.Index;
 import javax.persistence.Table;
 
+import cn.com.qmth.examcloud.web.jpa.WithIdAndStatusJpaEntity;
+
 /**
  * 短信装配
  *
@@ -19,14 +18,10 @@ import javax.persistence.Table;
 @Table(name = "EC_B_SMS_ASSEMBLY", indexes = {
 		@Index(name = "IDX_B_SMS_021000", columnList = "code", unique = true),
 		@Index(name = "IDX_B_SMS_021001", columnList = "name", unique = true)})
-public class SmsAssemblyEntity  extends WithIdAndStatusJpaEntity {
+public class SmsAssemblyEntity extends WithIdAndStatusJpaEntity {
 
 	private static final long serialVersionUID = 3155706159257187078L;
 
-	/**
-	 * 短信装配ID
-	 */
-	private Long id;
 	/**
 	 * 短信装配编码
 	 */