liyong
2026-04-24 ec5e631de76a439fffe96d2592b00e6814d6355e
src/main/java/com/ruoyi/production/pojo/ProductionPrintOrder.java
@@ -244,4 +244,16 @@
     */
    @TableField(value = "product_model_id")
    private Long productModelId;
    /**
     * 切料图示文件id
     */
    @TableField(value = "cutting_file_id")
    private Long cuttingFileId;
    /**
     * 客户单位
     */
    @TableField(value = "client_name")
    private String clientName;
}