mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-29 22:22:51 +08:00
9 lines
141 B
C#
9 lines
141 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace FreeSql {
|
|
public class VersionAttribute : Attribute {
|
|
}
|
|
}
|