101captain
2022-07-23 179d69e6d1e8f18270e7cf25c0c16bf1a0ac0352
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
}