| | |
| | | package com.ycl.domain.form; |
| | | |
| | | import com.ycl.common.group.Update; |
| | | import com.ycl.common.group.Add; |
| | | import com.ycl.system.domain.base.AbsForm; |
| | | import com.ycl.common.group.Update; |
| | | import com.ycl.domain.entity.ProjectInvestmentFunding; |
| | | import org.springframework.beans.BeanUtils; |
| | | import javax.validation.constraints.NotBlank; |
| | | import javax.validation.constraints.NotNull; |
| | | import org.springframework.lang.NonNull; |
| | | import com.ycl.system.domain.base.AbsForm; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import java.util.Date; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.lang.NonNull; |
| | | |
| | | import javax.validation.constraints.NotNull; |
| | | |
| | | /** |
| | | * 项目投资及资金来源情况表表单 |
| | |
| | | @ApiModelProperty("项目id") |
| | | private Long projectId; |
| | | |
| | | @ApiModelProperty("地方政府专项债券") |
| | | private String deptBond; |
| | | |
| | | @ApiModelProperty("超长期特别国债") |
| | | private String nationalDebt; |
| | | |
| | | @ApiModelProperty("项目总投资额") |
| | | private String totalInvestment; |
| | | |