forked from luyan/epmet-cloud-lingshan
7 changed files with 81 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
package com.epmet.opendata.dto.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
@Data |
|||
public class WghSjxxDetailFormDto implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 3053467128163250132L; |
|||
|
|||
private Integer recid; |
|||
} |
Loading…
Reference in new issue