同步客商数据BUG修改

This commit is contained in:
秦鸿展
2026-06-11 10:46:33 +08:00
parent 10a18545f8
commit b5f5f27b84
4 changed files with 60 additions and 15 deletions
@@ -28,7 +28,7 @@ public class UserShipperMdmSyncEntity {
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date lastSyncTime;
@ApiModelProperty("同步状态:1-成功 2-失败")
@ApiModelProperty("同步状态:0-同步中 1-成功 2-失败")
private Integer syncStatus;
@ApiModelProperty("同步结果摘要")