You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
package com.glxp.api.req.basic;
|
|
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
//选入产品补充信息
|
|
|
|
@Data
|
|
|
|
public class SupplementRequest {
|
|
|
|
//补充信息:
|
|
|
|
private String basicPrductRemak1;
|
|
|
|
private String basicPrductRemak2;
|
|
|
|
private String basicPrductRemak3;
|
|
|
|
private String basicPrductRemak4;
|
|
|
|
private String basicPrductRemak5;
|
|
|
|
private String basicPrductRemak6;
|
|
|
|
private String basicPrductRemak7;
|
|
|
|
private String basicPrductRemak8;
|
|
|
|
private String sptm;
|
|
|
|
private String ybbm;
|
|
|
|
private String measname;
|
|
|
|
private String manufactory;
|
|
|
|
private String spmc;
|
|
|
|
private String cpms;
|
|
|
|
private String price;
|
|
|
|
private Boolean groupBuy;
|
|
|
|
private Integer purType;
|
|
|
|
}
|