| | |
| | | package com.nanometer.smartlab.entity; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonInclude; |
| | | import com.nanometer.smartlab.entity.enumtype.ArrivalStatus; |
| | | import com.nanometer.smartlab.entity.enumtype.RealStatus; |
| | | import com.nanometer.smartlab.entity.enumtype.StoreType; |
| | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | |
| | | import static com.fasterxml.jackson.annotation.JsonInclude.Include.NON_NULL; |
| | | |
| | | /** |
| | | * Created by johnny on 17/11/23. |
| | | */ |
| | | @JsonInclude(NON_NULL) |
| | | public class OpeUseFlow implements Serializable { |
| | | |
| | | private String id; |