新增redis
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package lingtao.net.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class HuaFangPriceRequstVo {
|
||||
|
||||
private Integer styleNum;
|
||||
|
||||
private List<Double> sizes;
|
||||
|
||||
private String productPrintFace;
|
||||
private String productPrintColor;
|
||||
private String productPaperCode;
|
||||
private String productPaperName;
|
||||
private String productName;
|
||||
private Integer num;
|
||||
|
||||
private List<HuaFangPriceProcessItemsVo> calcProcess;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user