1.添加UDI管理系统上传单据到第三方系统结果同步
parent
ad3c316c86
commit
fd36b2050c
@ -0,0 +1,26 @@
|
||||
package com.glxp.sale.admin.req.sync;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 上传单据到第三方系统参数
|
||||
*/
|
||||
@Data
|
||||
public class PostThirdSysUploadInfo {
|
||||
|
||||
/**
|
||||
* 单据号
|
||||
*/
|
||||
private String orderId;
|
||||
|
||||
/**
|
||||
* 上传到物资系统的状态
|
||||
*/
|
||||
private Integer wzUploadStatus;
|
||||
|
||||
/**
|
||||
* 上传到物资系统的结果
|
||||
*/
|
||||
private String wzUploadResult;
|
||||
|
||||
}
|
Loading…
Reference in New Issue