| | |
| | | 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.time.LocalDateTime; |
| | |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @since 2026-04-20 10:05:55 |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @Data |
| | | @TableName("technology_bom") |
| | | @ApiModel(value = "TechnologyBom对象", description = "BOM表") |
| | | public class TechnologyBom implements Serializable { |
| | |
| | | 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 { |
| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Getter; |
| | | import lombok.Setter; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @since 2026-04-20 10:05:35 |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @Data |
| | | @TableName("technology_operation_param") |
| | | @ApiModel(value = "TechnologyOperationParam对象", description = "工序参数") |
| | | public class TechnologyOperationParam implements Serializable { |
| | |
| | | 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.time.LocalDateTime; |
| | |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @since 2026-04-20 10:06:33 |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @Data |
| | | @TableName("technology_routing") |
| | | @ApiModel(value = "TechnologyRouting对象", description = "工艺路线表") |
| | | public class TechnologyRouting implements Serializable { |
| | |
| | | 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.time.LocalDateTime; |
| | |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @since 2026-04-20 10:06:47 |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @Data |
| | | @TableName("technology_routing_operation") |
| | | @ApiModel(value = "TechnologyRoutingOperation对象", description = "工艺路线工序表") |
| | | public class TechnologyRoutingOperation implements Serializable { |