yanghui
2022-10-21 cd7dcfe32b0eddc70a3c33532bd6fdcbe52e4dc6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.panzhihua.common.enums;
 
import lombok.Getter;
 
/**
 * @title: MerchantBusinessPeriod
 * @projectName: 成都呐喊信息技术有限公司-智慧社区项目
 * @description: 便民服务商家营业周期枚举类
 * @author: hans
 * @date: 2021/09/17 16:06
 */
@Getter
public enum MerchantBusinessPeriod {
    EVERY_DAY, WEEKDAY, WEEKEND
}