Merge branch 'master' of https://gitee.com/forever_win/mesnac.biz
commit
c9cae37e15
@ -0,0 +1,21 @@
|
||||
package com.foreverwin.mesnac.dispatch.dto;
|
||||
|
||||
import com.foreverwin.mesnac.dispatch.model.UserResource;
|
||||
|
||||
/**
|
||||
* @Description TODO
|
||||
* @Author zhaojiawei
|
||||
* @Since 2021-06-17
|
||||
*/
|
||||
public class UserResourceDto extends UserResource {
|
||||
/**序号**/
|
||||
String seq;
|
||||
|
||||
public String getSeq() {
|
||||
return seq;
|
||||
}
|
||||
|
||||
public void setSeq(String seq) {
|
||||
this.seq = seq;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue