Crunchy
2024-08-03 1a02af0b9943a11e2c8ab4e8665939437a7fbf16
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;
}