houshuai
2025-07-07 c9a3d872c8476060e5877f9fff107ac2ef39e307
src/main/java/org/jeecg/modules/mes/entity/MesKittingCompletenessCheck.java
@@ -9,6 +9,7 @@
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import org.jeecg.common.aspect.annotation.Dict;
import org.jeecgframework.poi.excel.annotation.Excel;
import org.springframework.format.annotation.DateTimeFormat;
@@ -43,6 +44,7 @@
    private Date createTime;
   /**工单ID*/
   @Excel(name = "工单ID", width = 15)
    @Dict(dictTable = "mes_production_work_order", dicCode = "id", dicText = "work_order_code")
    @ApiModelProperty(value = "工单ID")
    private String workOrderId;
   /**物料编号*/