|
|
|
@ -13,10 +13,10 @@ public class AlgorithmPojo {
|
|
|
|
private Integer ack =1;
|
|
|
|
private Integer ack =1;
|
|
|
|
private Integer id;
|
|
|
|
private Integer id;
|
|
|
|
private String goodsType;
|
|
|
|
private String goodsType;
|
|
|
|
private Integer goodsNumber;
|
|
|
|
private int goodsNumber;
|
|
|
|
private Integer result;
|
|
|
|
private Integer result;
|
|
|
|
private String goodsTypeResult;
|
|
|
|
private String goodsTypeResult;
|
|
|
|
private Integer goodsNumberResult;
|
|
|
|
private int goodsNumberResult;
|
|
|
|
|
|
|
|
|
|
|
|
public static AlgorithmPojo buildAlgorithmPojo(Street street, KsecDataInfo dataInfo) {
|
|
|
|
public static AlgorithmPojo buildAlgorithmPojo(Street street, KsecDataInfo dataInfo) {
|
|
|
|
AlgorithmPojo algorithmPojo = new AlgorithmPojo();
|
|
|
|
AlgorithmPojo algorithmPojo = new AlgorithmPojo();
|
|
|
|
|