forked from rongchao/epmet-cloud-rizhao
5 changed files with 39 additions and 4 deletions
@ -0,0 +1,14 @@ |
|||
package com.epmet.dto.form; |
|||
|
|||
import lombok.AllArgsConstructor; |
|||
import lombok.Data; |
|||
import lombok.NoArgsConstructor; |
|||
|
|||
@Data |
|||
@AllArgsConstructor |
|||
@NoArgsConstructor |
|||
public class TestFormDTO { |
|||
|
|||
private Long sleepPeriod; |
|||
|
|||
} |
Loading…
Reference in new issue