| | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Getter; |
| | | import lombok.Setter; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @since 2026-04-20 10:06:17 |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @Data |
| | | @TableName("technology_bom_structure") |
| | | @ApiModel(value = "TechnologyBomStructure对象", description = "BOM产品结构表") |
| | | public class TechnologyBomStructure implements Serializable { |