qa-prevention-gwj/src/main/java/com/zcloud/vo/TemplateData.java

16 lines
334 B
Java
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package com.zcloud.vo;
public class TemplateData {
//keyword1订单类型keyword2下单金额keyword3配送地址keyword4取件地址keyword5备注
private String value;//,,依次排下去
public String getValue() {
return value;
}
public void setValue(String value) {
this.value = value;
}
}