File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestItems.java |
| | |
| | | |
| | | /** |
| | | * 产品测试检查项目表 |
| | | * @TableName plt_product_test_items |
| | | * @TableName plt_product_test_inspection_items |
| | | */ |
| | | @TableName(value ="plt_product_test_items" , autoResultMap = true) |
| | | @TableName(value ="plt_product_test_inspection_items", autoResultMap = true) |
| | | @Data |
| | | @Builder |
| | | @ToString |
| | | @NoArgsConstructor |
| | | @AllArgsConstructor |
| | | public class PltProductTestItems implements BaseEntity { |
| | | public class PltProductTestInspectionItems implements BaseEntity { |
| | | /** |
| | | * |
| | | */ |
| | |
| | | @JSONField(serializeUsing= ObjectWriterImplToString.class) |
| | | @NotNull(message = "产品实体编号不能为空") |
| | | public Long proId; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 测试项目 |
| | |
| | | /** |
| | | * 排序 |
| | | */ |
| | | |
| | | public Integer sort; |
| | | } |