package com.web.utils;

import org.springframework.stereotype.Service;

@Service
public class StatusUtils {

    public static final Long DANG_CHO_XAC_NHAN = 1L;
    public static final Long DA_XAC_NHAN = 2L;
    public static final Long DA_GUI = 3L;
    public static final Long DA_NHAN = 4L;
    public static final Long DA_HUY = 5L;
    public static final Long KHONG_NHAN_HANG = 6L;
}
