|
|
@ -23,7 +23,7 @@ public class SapBase {
|
|
|
|
private String actusr = "导入";
|
|
|
|
private String actusr = "导入";
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "SID", example = "-1")
|
|
|
|
@ApiParam(value = "SID", example = "-1")
|
|
|
|
private String sid = new Random().toString();
|
|
|
|
private String sid = new Random().nextInt() + "";
|
|
|
|
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
@ApiParam(value = "接收数据日期", example = "-1")
|
|
|
|
@ApiParam(value = "接收数据日期", example = "-1")
|
|
|
|