@@ -56,6 +56,6 @@ public class MedicalInsuranceProjectDetailsResponse implements Serializable {
private BigDecimal cost;
@ApiModelProperty(value = "支付列表")
- @Dict(dicCode = "pType")
+ @Dict(dicCode = "change_class")
private String pType;
}