lyh
2025-06-30 e3a037adf3861fee78ad5478784f24e59cc598a2
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/PrecisionParameters.java
@@ -15,6 +15,7 @@
import org.jeecgframework.poi.excel.annotation.Excel;
import java.io.Serializable;
import java.math.BigDecimal;
/**
 * @Description: 精度参数
@@ -52,14 +53,14 @@
    /**删除状态(0-正常,1-已删除)*/
    @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
    @ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
    private Integer delFlag = CommonConstant.DEL_FLAG_0;
    private java.lang.Integer delFlag = CommonConstant.DEL_FLAG_0;
   /**备注*/
   @Excel(name = "备注", width = 15)
    @ApiModelProperty(value = "备注")
    private String remark;
   /**备用字段1*/
   @Excel(name = "备用字段1", width = 15)
    @ApiModelProperty(value = "备用字段1")
   @Excel(name = "方向", width = 15)
    @ApiModelProperty(value = "方向")
    private String precisionParametersUda1;
   /**备用字段2*/
   @Excel(name = "备用字段2", width = 15)
@@ -98,4 +99,5 @@
    @TableField(exist = false)
    private String precisionParametersId;
}