cuilei
2025-05-30 6291e5799cf5165cd966a3923b1c70e2cd2621a8
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/entity/Cutter.java
@@ -33,6 +33,11 @@
    @TableField(value = "attribution_type")
    private Integer attributionType;
    //对应文档id
    @Excel(name = "对应文档id", width = 15)
    @TableField(value = "doc_id")
    private String docId;
    //刀具名称
    @Excel(name = "刀具名称", width = 15)
    @TableField(value = "cutter_name")
@@ -64,6 +69,11 @@
    @TableField(value = "quantity")
    private Integer quantity;
    //刀具规格
    @Excel(name = "刀具规格", width = 15)
    @TableField(value = "cutter_spec")
    private String cutterSpec;
    //描述
    @Excel(name = "描述", width = 15)
    @TableField(value = "description")