| | |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.baomidou.mybatisplus.extension.activerecord.Model; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import lombok.experimental.Accessors; |
| | |
| | | */ |
| | | @TableField("high_tech_enterprise_technology") |
| | | private Integer highTechEnterpriseTechnology; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @ApiModelProperty("发证时间") |
| | | @TableField("high_tech_enterprise_technology_time") |
| | | private Date highTechEnterpriseTechnologyTime; |
| | | /** |
| | | * 社保缴纳0无1有 |
| | | */ |
| | |
| | | */ |
| | | private String remark; |
| | | |
| | | /** |
| | | * 1上架 2 下架 3已出售 4锁定中 |
| | | * |
| | | */ |
| | | private Integer status; |
| | | @TableField("create_time") |
| | | private Date createTime; |
| | | |
| | | /** |
| | | * 法人 |
| | | */ |
| | | @TableField("oper_name") |
| | | private String operName; |
| | | /** |
| | | * 登记机关 |
| | | */ |
| | | @TableField("belong_org") |
| | | private String belongOrg; |
| | | |
| | | /** |
| | | * 登记状态 |
| | | */ |
| | | @TableField("registration_status") |
| | | private String registrationStatus; |
| | | |
| | | private String scope; |
| | | |
| | | private Integer isDelete; |
| | | |
| | | private String address; |
| | | |
| | | } |