cuijian
2025-05-12 b870f4ba513a1b1108de54ddf75deda06ae85140
工具信息表调整
已修改2个文件
59 ■■■■ 文件已修改
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java 56 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ToolsClassify.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java
@@ -48,38 +48,38 @@
    @Excel(name = "工具编号", width = 15)
    @ApiModelProperty(value = "工具编号")
    private String toolId;
    /**总库存*/
    @Excel(name = "总库存", width = 15)
    @ApiModelProperty(value = "总库存")
    private BigDecimal totalCount;
    /**可用库存*/
    @Excel(name = "可用库存", width = 15)
    @ApiModelProperty(value = "可用库存")
    private BigDecimal availableCount;
    /**总报损数量*/
    @Excel(name = "总报损数量", width = 15)
    @ApiModelProperty(value = "总报损数量")
    private BigDecimal lossCount;
    /**在修数量*/
    @Excel(name = "在修数量", width = 15)
    @ApiModelProperty(value = "在修数量")
    private BigDecimal repairCount;
    /**在检*/
    @Excel(name = "在检", width = 15)
    @ApiModelProperty(value = "在检")
    private BigDecimal detectionCount;
    /**在借*/
    @Excel(name = "在借", width = 15)
    @ApiModelProperty(value = "在借")
    private BigDecimal lendCount;
    /**在磨*/
    @Excel(name = "在磨", width = 15)
    @ApiModelProperty(value = "在磨")
    private BigDecimal sharpeningCount;
    /**序号(或企业内码)*/
    @Excel(name = "序号(或企业内码)", width = 15)
    @ApiModelProperty(value = "序号(或企业内码)")
    private String signCode;
    /**中文名称*/
    @Excel(name = "中文名称", width = 15)
    @ApiModelProperty(value = "中文名称")
    private String chineseName;
    /**外文名称*/
    @Excel(name = "外文名称", width = 15)
    @ApiModelProperty(value = "外文名称")
    private String foreignLanguageName;
    /**标注级别*/
    @Excel(name = "标注级别", width = 15)
    @ApiModelProperty(value = "标注级别")
    private String repairCount;
    /**标准号*/
    @Excel(name = "标准号", width = 15)
    @ApiModelProperty(value = "标准号")
    private String detectionCount;
    /**型号/图号*/
    @Excel(name = "型号/图号", width = 15)
    @ApiModelProperty(value = "型号/图号")
    private String lendCount;
    /**参数表名称*/
    @Excel(name = "参数表名称", width = 15)
    @ApiModelProperty(value = "参数表名称")
    private String paramaTableName;
    /**备注*/
    @Excel(name = "备注", width = 15)
    @ApiModelProperty(value = "备注")
    private String remark;
    /**租户号*/
    @Excel(name = "租户号", width = 15)
    @ApiModelProperty(value = "租户号")
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ToolsClassify.java
@@ -78,6 +78,9 @@
    @Dict(dicCode = "tool_para_type")
    private String paraTypeFlag;
    @ApiModelProperty(value = "工具分类编码方式")
    private String encodingType;
    @Excel(name = "参数模板", width = 15)
    @TableField(exist = false)
    private String paraTypeFlagName;