| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | @Data |
| | |
| | | @ApiModelProperty(value = "高新技术企业(0=否,1=是)") |
| | | private Integer highTechEnterpriseTechnology; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @ApiModelProperty("发证时间") |
| | | @TableField("high_tech_enterprise_technology_time") |
| | | private Date highTechEnterpriseTechnologyTime; |
| | | |
| | | @ApiModelProperty(value = "法人", notes = "企业法定代表人姓名") |
| | | private String operName; |
| | | |
| | |
| | | c.have_soft_works, |
| | | c.real_registered_capital as newRegisteredCapital, |
| | | c.high_tech_enterprise_technology as highTechEnterpriseTechnology, |
| | | c.high_tech_enterprise_technology_time as highTechEnterpriseTechnologyTime, |
| | | info.need_rename, |
| | | info.new_district, |
| | | publish.user_name as publishName, |