|
|
@ -2,6 +2,7 @@ package com.gaotao.modules.schedule.data; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
import org.apache.ibatis.type.Alias; |
|
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
import java.io.Serializable; |
|
|
|
|
|
|
|
|
@ -10,6 +11,7 @@ import java.io.Serializable; |
|
|
* @author |
|
|
* @author |
|
|
*/ |
|
|
*/ |
|
|
@Data |
|
|
@Data |
|
|
|
|
|
@Alias("Inspectiondefectcode") |
|
|
public class Inspectiondefectcode implements Serializable { |
|
|
public class Inspectiondefectcode implements Serializable { |
|
|
private String inspectiontype; |
|
|
private String inspectiontype; |
|
|
|
|
|
|
|
|
|