新火炬后端单体项目初始化代码
cuilei
3 天以前 e0f827f71f5bb9d1ed9f6414221e90eeb34632a7
src/main/java/org/jeecg/modules/eam/entity/EamInspectionOrder.java
@@ -67,6 +67,11 @@
    @ApiModelProperty(value = "保养标准ID")
    @Dict(dictTable = "eam_maintenance_standard", dicCode = "id", dicText = "standard_name")
    private String standardId;
    /**排产工单ID*/
    @Excel(name = "排产工单ID", width = 15)
    @ApiModelProperty(value = "排产工单ID")
    @Dict(dictTable = "mes_production_work_order", dicCode = "id", dicText = "work_order_code")
    private String workOrderId;
   /**点检日期*/
   @Excel(name = "点检日期(计划)", width = 15, format = "yyyy-MM-dd")
   @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")