Fancy
2024-06-19 e237ae06faea7208cd1b2deca1822c91ff85f7ee
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestInspectionItems.java
File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestItems.java
@@ -15,15 +15,15 @@
/**
 * 产品测试检查项目表
 * @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 {
    /**
     * 
     */
@@ -37,8 +37,6 @@
    @JSONField(serializeUsing= ObjectWriterImplToString.class)
    @NotNull(message = "产品实体编号不能为空")
    public Long proId;
    /**
     * 测试项目
@@ -60,6 +58,5 @@
    /**
     * 排序
     */
    public Integer sort;
}