Compare commits
No commits in common. 'db549eca0925b434205cbd10e7b706de56a1f1f3' and '824ca1ec327b7eb029df59b099e20c21c9b7bc07' have entirely different histories.
db549eca09
...
824ca1ec32
4 changed files with 3 additions and 31 deletions
@ -1,13 +0,0 @@ |
||||
package org.jeecg.modules.system.vo; |
||||
|
||||
import lombok.Data; |
||||
import org.jeecg.modules.system.entity.SysUser; |
||||
|
||||
import java.util.List; |
||||
|
||||
@Data |
||||
public class SysUserdfVO { |
||||
private SysUser sysUser; |
||||
private List<String> fapiao; |
||||
private List<String> dizhi; |
||||
} |
Loading…
Reference in new issue