|
|
@@ -35,14 +35,7 @@ public class HlwOrder implements Serializable {
|
|
|
@TableId(type = IdType.AUTO)
|
|
|
@ApiModelProperty(value = "主键")
|
|
|
private Integer id;
|
|
|
- /**应用id*/
|
|
|
- @Excel(name = "应用id", width = 15)
|
|
|
- @ApiModelProperty(value = "应用id")
|
|
|
- private Integer applicationId;
|
|
|
- /**企业id*/
|
|
|
- @Excel(name = "企业id", width = 15)
|
|
|
- @ApiModelProperty(value = "企业id")
|
|
|
- private Integer companyId;
|
|
|
+
|
|
|
/**需求id*/
|
|
|
@Excel(name = "需求id", width = 15)
|
|
|
@ApiModelProperty(value = "需求id")
|