南歧nc65对接修改
This commit is contained in:
+2
-2
@@ -22,9 +22,9 @@ public class ServiceNameConstants
|
||||
*/
|
||||
public static final String FILE_SERVICE = "mhd-file";
|
||||
|
||||
//public static final String USER_CENTER = "mhd-userCenter-service";
|
||||
public static final String USER_CENTER = "mhd-userCenter-service";
|
||||
|
||||
public static final String USER_CENTER = "http://192.168.0.28:8007";
|
||||
// public static final String USER_CENTER = "http://192.168.0.28:8007";
|
||||
|
||||
public static final String TRANSPORT_CENTER = "mhd-transport-service";
|
||||
|
||||
|
||||
+7
@@ -226,4 +226,11 @@ public class ReconciliationDTO extends BaseVOEntity{
|
||||
|
||||
@ApiModelProperty(value = "运单发票开具状态(0-未索取,1-已索取,2-已开票,3-部分索取)")
|
||||
private Integer isInvoice;
|
||||
|
||||
@ApiModelProperty("nc同步状态 0-未同步 1-已同步")
|
||||
private Integer synchronousStatus;
|
||||
|
||||
@ApiModelProperty("nc同步状态 0-未同步 1-已同步")
|
||||
private Integer skSynchronousStatus;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user