|
|
|
@ -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();
|
|
|
|
|