Commit a283e65c by liyanlin

费用计划增加项目字段

parent 8c80d2b8
...@@ -164,6 +164,9 @@ public class CostPlanDomain implements Serializable { ...@@ -164,6 +164,9 @@ public class CostPlanDomain implements Serializable {
private String lendType; private String lendType;
@ApiModelProperty("项目")
private String projectType;
public CostPlanDto castToDto() { public CostPlanDto castToDto() {
StatusMapper statusMapper = SpringContextUtil.getBean(StatusMapper.class); StatusMapper statusMapper = SpringContextUtil.getBean(StatusMapper.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment