zss
2024-08-06 80ea05da0c43c2ae14e2d8cf8d284d96d9a8f1f5
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsOrder.java
@@ -215,4 +215,11 @@
    @ValueTableShow(value = 15, name = "委托人")
    private String prepareUser;
    @ApiModelProperty("是否审核撤销")
    private Integer isRevocation;
    @ApiModelProperty("审核撤销的项目id")
    private String revocationInsProductIds;
}