| | |
| | | package com.jcdm.main.bs.formulaChild.domain; |
| | | |
| | | import lombok.Data; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.jcdm.common.annotation.Excel; |
| | |
| | | * @author ruimin |
| | | * @date 2023-12-26 |
| | | */ |
| | | @Data |
| | | public class BsFormulaChildInfo extends BaseEntity |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | |
| | | private String paramName; |
| | | |
| | | private String scanBarcode; |
| | | |
| | | private String sfcBarcode; |
| | | |
| | | private String tightenTheArray; |
| | | |
| | | private Integer counts; |
| | | |
| | | public String getParamName() { |
| | | return paramName; |
| | | } |