|
|
@@ -19,7 +19,7 @@ import java.util.Date;
|
|
|
* @version 2018年6月13日 15:50:23
|
|
|
*/
|
|
|
@Entity
|
|
|
-@Table(name = "product$kind$concern", indexes = {
|
|
|
+@Table(name = "product$kind_concern", indexes = {
|
|
|
@Index(name = "unique_kindconcern_enuu_name", columnList = "kc_enuu, kc_name", unique = true)})
|
|
|
public class KindConcern implements Serializable {
|
|
|
|
|
|
@@ -66,17 +66,6 @@ public class KindConcern implements Serializable {
|
|
|
@Column(name = "kc_date")
|
|
|
private Date date;
|
|
|
|
|
|
- public KindConcern() {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- public KindConcern(Kind kind) {
|
|
|
- this.date = new Date();
|
|
|
- this.nameCn = kind.getNameCn();
|
|
|
- this.nameEn = kind.getNameEn();
|
|
|
- this.status = Constant.NO;
|
|
|
- }
|
|
|
-
|
|
|
public Long getId() {
|
|
|
return id;
|
|
|
}
|