|
|
@ -17,6 +17,7 @@ |
|
|
|
|
|
|
|
package com.epmet.dataaggre.entity.epmettduck; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
|
|
|
|
import com.epmet.commons.mybatis.entity.BaseEpmetEntity; |
|
|
@ -51,6 +52,7 @@ public class PrUserProjectEntity extends BaseEpmetEntity { |
|
|
|
/** |
|
|
|
* 项目code |
|
|
|
*/ |
|
|
|
@TableField("`key`") |
|
|
|
private String key; |
|
|
|
|
|
|
|
/** |
|
|
@ -71,6 +73,7 @@ public class PrUserProjectEntity extends BaseEpmetEntity { |
|
|
|
/** |
|
|
|
* 项目描述 |
|
|
|
*/ |
|
|
|
@TableField("`describe`") |
|
|
|
private String describe; |
|
|
|
|
|
|
|
/** |
|
|
|