forked from rongchao/epmet-cloud-rizhao
4 changed files with 26 additions and 5 deletions
@ -0,0 +1,18 @@ |
|||
package com.epmet.dto.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2021/9/13 3:20 下午 |
|||
* @DESC |
|||
*/ |
|||
@Data |
|||
public class GetAgencyListFormDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = -5846836779036328298L; |
|||
|
|||
private String customerId; |
|||
} |
Loading…
Reference in new issue