新火炬后端单体项目初始化代码
zhangherong
7 天以前 41f45f58971d7518bc1cedff7a8d4b0abfdb961d
src/main/java/org/jeecg/modules/cms/entity/CuttingInventory.java
@@ -55,6 +55,7 @@
   /**刀具ID*/
   @Excel(name = "刀具ID", width = 15)
    @ApiModelProperty(value = "刀具ID")
    @Dict(dictTable = "cms_cutting_tool",dicCode="id",dicText = "cutting_code")
    private String cuttingId;
   /**刀具条码*/
   @Excel(name = "刀具条码", width = 15)