package com.pollex.pam.enums; public enum SatisfactionTypeEnum { APPOINTMENT, // 對顧問預約的滿意度 SYSTEM // 對平台的滿意度 }