导入问题统一修改

yun-zuoyi
刘敏 6 years ago
parent 3310571d18
commit 85681c4465

@ -55,7 +55,7 @@ public class SapBase {
private String staflg = "Y";
@ApiParam(value = "顺序号", example = "-1")
private Integer seq = new Random().nextInt();
private Integer seq = 1;
@ApiParam(value = "GUID", example = "-1")
private String guid = UUID.randomUUID().toString();

@ -22,7 +22,7 @@ public class SapMiscr extends SapBase{
@ApiParam(value = "行号",example = "1")
@AnnoOutputColumn
private Double zeile;
private Integer zeile;
@ApiParam(value = "工厂",example = "1")
@AnnoOutputColumn

@ -16,7 +16,7 @@ import lombok.Data;
@Api(value="销售退货",description = "销售退货")
public class SapRdn extends SapBase{
@ApiParam(value = "销售交货单",example = "1")
@ApiParam(value = "退货交货单",example = "1")
@AnnoOutputColumn
private String vbeln;

Loading…
Cancel
Save