forked from rongchao/epmet-cloud-rizhao
11 changed files with 70 additions and 15 deletions
@ -0,0 +1,15 @@ |
|||
package com.epmet.dto.issue.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @author zhaoqifeng |
|||
* @dscription |
|||
* @date 2020/7/1 15:25 |
|||
*/ |
|||
@Data |
|||
public class IssueJobFromDTO implements Serializable { |
|||
private String date; |
|||
} |
Loading…
Reference in new issue