| | |
| | | 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; |
| | |
| | | import java.io.Serializable; |
| | | |
| | | @Data |
| | | @TableName("wcs_command_info") |
| | | @TableName("\"SOURCE\".\"wcs_command_info\"") |
| | | public class CommandInfo implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | } |
| | | } |
| | | |
| | | public String getCommandType$() { |
| | | if (Cools.isEmpty(this.commandType)) { |
| | | return ""; |
| | | } |
| | | return CommandType.get(this.commandType).desc; |
| | | } |
| | | |
| | | |
| | | } |