1
4 天以前 5b513fd4644d1ae27be493efadca59f8c71ef8b0
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/params/IsptItemsParams.java
@@ -21,9 +21,9 @@
@ApiModel(value = "IsptItemsParams", description = "明细修改参数")
public class IsptItemsParams implements Serializable {
    @ApiModelProperty("主单ID")
    private List<Long> ids;
    @ApiModelProperty("明细参数")
    private QlyIsptItem isptItem;
    private List<QlyIsptItem> isptItem;
    @ApiModelProperty("类型:1:合格, 2:不合格, 0: 其它(默认)")
    private String type;
}