|
|
|
|
|
|
|
|
package cn.com.taiji.core.entity.basic; |
|
|
package cn.com.taiji.core.entity.basic; |
|
|
|
|
|
|
|
|
import cn.com.taiji.common.entity.StringUUIDEntity; |
|
|
import cn.com.taiji.common.entity.StringUUIDEntity; |
|
|
|
|
|
import lombok.Getter; |
|
|
|
|
|
import lombok.Setter; |
|
|
|
|
|
|
|
|
import javax.persistence.Column; |
|
|
import javax.persistence.Column; |
|
|
import javax.persistence.Entity; |
|
|
import javax.persistence.Entity; |
|
|
|
|
|
|
|
|
* @date : 2025-04-28 |
|
|
* @date : 2025-04-28 |
|
|
*/ |
|
|
*/ |
|
|
@Entity |
|
|
@Entity |
|
|
|
|
|
@Getter |
|
|
|
|
|
@Setter |
|
|
@Table(name = "DICT_ITEM") |
|
|
@Table(name = "DICT_ITEM") |
|
|
public class DictItem extends StringUUIDEntity { |
|
|
public class DictItem extends StringUUIDEntity { |
|
|
|
|
|
|