| | |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | |
| | | import lombok.experimental.Accessors; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | import java.io.Serializable; |
| | | |
| | | @Data |
| | | @Accessors(chain = true) |
| | | @TableName("man_qly_ispt_item") |
| | | public class QlyIsptItem implements Serializable { |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty(value= "主单ID") |
| | | private Long ispectId; |
| | | |
| | | @ApiModelProperty("单据明细ID") |
| | | private Long asnItemId; |
| | | |
| | | /** |
| | | * 编号 |
| | |
| | | @ApiModelProperty(value= "图片路径") |
| | | private String picPath; |
| | | |
| | | @ApiModelProperty("质检结论") |
| | | private String isptResult; |
| | | |
| | | /** |
| | | * 状态 1: 正常 0: 冻结 |
| | | */ |