package com.java110.po.purchase; import lombok.Data; @Data public class PurchaseReceive { private String id; private String applyOrderId; private String receiveQuantity; private String receiveDate; private String receiveAddress; private String signer; private String stockInNo; private String stockInDate; private String stockOutNo; private String stockOutDate; }