zhangherong
2025-03-19 103f52ade0f77e420dec306ea3b51d0a3c0ac3ee
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/entity/SysBusinessCodeRule.java
@@ -69,15 +69,11 @@
    @ApiModelProperty(value = "月份编码格式")
   private String monthFormat;
   /**天 编码格式*/
   @Excel(name = "天 编码格式", width = 15)
    @ApiModelProperty(value = "天 编码格式")
   @Excel(name = "天编码格式", width = 15)
    @ApiModelProperty(value = "天编码格式")
   private String dayFormat;
   /**序号长度*/
   @Excel(name = "序号长度", width = 15)
    @ApiModelProperty(value = "序号长度")
   private Integer seqLength;
   /**当前序号*/
   @Excel(name = "当前序号", width = 15)
    @ApiModelProperty(value = "当前序号")
   private Integer currentNum;
}