2019-03-29 12:58:58 +08:00

9 lines
141 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace FreeSql {
public class VersionAttribute : Attribute {
}
}