|
@@ -9,6 +9,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
import lombok.experimental.Accessors;
|
|
|
+import org.jeecg.common.aspect.annotation.Dict;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
@@ -53,6 +54,7 @@ public class CostModelList implements Serializable {
|
|
|
private java.lang.String sysOrgCode;
|
|
|
/**知会给*/
|
|
|
@ApiModelProperty(value = "知会给")
|
|
|
+ @Dict(dictTable = "sys_user",dicCode = "username",dicText = "realname")
|
|
|
private java.lang.String informTo;
|
|
|
/**项目名称*/
|
|
|
@Excel(name = "项目名称", width = 15)
|