|
@ -1,6 +1,7 @@
|
|
|
package com.yihu.jw.entity.hospital.dict;
|
|
|
|
|
|
import com.yihu.jw.entity.IntegerIdentityEntity;
|
|
|
import com.yihu.jw.entity.UuidIdentityEntity;
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
import javax.persistence.Entity;
|
|
@ -11,7 +12,7 @@ import javax.persistence.Table;
|
|
|
*/
|
|
|
@Entity
|
|
|
@Table(name = "base_supervise_data_dict")
|
|
|
public class BaseSuperviseDataDict extends IntegerIdentityEntity {
|
|
|
public class BaseSuperviseDataDict extends UuidIdentityEntity {
|
|
|
|
|
|
private String dictName;//环境名字
|
|
|
private String corporation;//单位法人姓名
|