|
|
@ -177,4 +177,8 @@ public class AsBusrepairBillDetailsVo implements Vo { |
|
|
|
@ApiModelProperty("商品登记备注") |
|
|
|
private String registerRemarks; |
|
|
|
private List<String> files = new ArrayList<>(); //文件名称
|
|
|
|
@ApiModelProperty("索赔类型key") |
|
|
|
private String shClaimTypeKey; |
|
|
|
@ApiModelProperty("索赔类型value") |
|
|
|
private String shClaimTypeValue; |
|
|
|
} |
|
|
|