ab56a9bcf7
SVN-Revision: r240
19 lines
232 B
C#
19 lines
232 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Lskj.Push.Common
|
|
{
|
|
public enum TimeUnit
|
|
{
|
|
|
|
HOUR,
|
|
DAY,
|
|
MONTH
|
|
|
|
|
|
}
|
|
}
|