src/main/java/com/zy/asrs/entity/CommandInfo.java
@@ -5,6 +5,8 @@ import com.baomidou.mybatisplus.annotations.TableField; import java.text.SimpleDateFormat; import java.util.Date; import com.zy.core.enums.CommandType; import org.springframework.format.annotation.DateTimeFormat; import io.swagger.annotations.ApiModelProperty; @@ -181,5 +183,12 @@ } } public String getCommandType$() { if (Cools.isEmpty(this.commandType)) { return ""; } return CommandType.get(this.commandType).desc; } }