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.
udi-wms-third-java/src/main/java/com/glxp/mipsdl/req/ptxhyy/PtxhyyOrderDetailRequest.java

86 lines
1.2 KiB
Java

package com.glxp.mipsdl.req.ptxhyy;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
import java.time.LocalDate;
import java.time.LocalDateTime;
/**
*
*/
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class PtxhyyOrderDetailRequest {
/**
*
*/
// private String djxh;
/**
*
*/
private String wzxh;
/**
*
*/
private String cjxh;
/**
*
*/
private String bzdw;
/**
*
*/
private Integer bzsl;
/**
*
*/
private BigDecimal wzjg;
/**
*
*/
private BigDecimal lsje;
/**
*
*/
private LocalDate djrq;
/**
* UDI
*/
private String udim;
/**
*
*/
private String hsfl;
/**
*
*/
private String wzph;
/**
*
*/
private String fphm;
/**
*
*/
private LocalDateTime fprq;
}