forked from rongchao/epmet-cloud-rizhao
6 changed files with 83 additions and 8 deletions
@ -0,0 +1,27 @@ |
|||||
|
package com.epmet.dto.form; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @Author zxc |
||||
|
* @DateTime 2022/7/27 10:13 |
||||
|
* @DESC |
||||
|
*/ |
||||
|
@Data |
||||
|
public class GetCustomerMenuListFormDTO implements Serializable { |
||||
|
|
||||
|
private static final long serialVersionUID = 8143715578744359728L; |
||||
|
|
||||
|
private String customerId; |
||||
|
|
||||
|
/** |
||||
|
* 0:菜单;1:按钮 |
||||
|
*/ |
||||
|
private Integer type; |
||||
|
|
||||
|
private String language; |
||||
|
|
||||
|
private String tableName; |
||||
|
} |
Loading…
Reference in new issue