Roleconnmenu.js 273 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
export default class Roleconnmenu {
	constructor() {
		this.data = {
            id				:0,
            resource_id		:0,
            resource_type	:0,
            role_id			:0,
            state			:0,
            role_name:"",
        }
	}
}

export const Pattern = {
	
}