buhuazhen
2026-04-24 2ad27cc54d8fce92cc3f8a2588e25a1517f57dfd
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;
}