LiFei 5 лет назад
Родитель
Сommit
5e9dd0f1a1

+ 1 - 8
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlworder/entity/HlwOrder.java

@@ -35,14 +35,7 @@ public class HlwOrder implements Serializable {
 	@TableId(type = IdType.AUTO)
 	@TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "主键")
     @ApiModelProperty(value = "主键")
     private Integer id;
     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*/
 	/**需求id*/
 	@Excel(name = "需求id", width = 15)
 	@Excel(name = "需求id", width = 15)
     @ApiModelProperty(value = "需求id")
     @ApiModelProperty(value = "需求id")