getDefaultTestUser static method

UserBean getDefaultTestUser()

默认测试用户(仅开发环境)

Implementation

static UserBean getDefaultTestUser() {
  return UserBean(
    id: 99999,
    name: '测试用户',
    mobile: '13800138000',
    gender: 1,
    age: 25,
    staffId: 100,
    region: 1,
    status: 1,
    isActive: 1,
    cc: 86,
    score: 1000,
    label: 'VIP',
  );
}