微调
This commit is contained in:
@@ -119,6 +119,9 @@ public class PqDevParam {
|
|||||||
@ApiModelProperty("预投计划")
|
@ApiModelProperty("预投计划")
|
||||||
private String preinvestmentPlan;
|
private String preinvestmentPlan;
|
||||||
|
|
||||||
|
@ApiModelProperty("委托方")
|
||||||
|
private String delegate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新操作实体
|
* 更新操作实体
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -211,5 +211,9 @@ public class PqDev extends BaseEntity implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Float humidity;
|
private Float humidity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 委托方
|
||||||
|
*/
|
||||||
|
private String delegate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user