You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package com.glxp.api.req.inout ;
import lombok.Data ;
@Data
public class AddOrderRequest {
private String corpOrderId ;
private String code ;
private String mainAction ;
private String action ;
private String fromCorp ;
private String fromCorpName ;
private String fromName ;
private String fromInvCode ;
private String deptCode ;
private String invCode ;
private String billNo ;
private Long customerId ;
private boolean outChangeEnable ;
private boolean ignoreExpire ;
private boolean ignoreRecentExpire ;
private boolean ignoreCode ;
private boolean preCheck ;
private String batchNo ;
private String produceDate ;
private String expireDate ;
private String serialNo ;
private boolean vailInv ;
private boolean codeFillCheck ;
private Integer orderType ;
private String remark ;
private String checkPreInOrders ;
private String selectSupId ;
private Long relId ;
private Integer checkVailDate ;
// 预验收货位
private String checkPreInSpaceCode ;
private String curSpaceCode ;
private String preCurSpaceCode ;
private int fromVailPi ; //是否需要校验三期; 1: 不需要, 2: 需要
//预验收价格
private String preInPrice ;
private String preInBatchNo ;
}