|
|
@ -5,4 +5,9 @@ package au.com.royalpay.payment.manage.management.sysconfig.beans;
|
|
|
|
* @date 2018/7/4
|
|
|
|
* @date 2018/7/4
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class PermissionClientVO {
|
|
|
|
public class PermissionClientVO {
|
|
|
|
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
private String clientMoniker;
|
|
|
|
|
|
|
|
private int clientId;
|
|
|
|
|
|
|
|
private boolean is_valid;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|