10 lines
142 B
C#
10 lines
142 B
C#
|
|
using SqlSugar;
|
|||
|
|
|
|||
|
|
namespace PMSWPF.Data.Entities;
|
|||
|
|
|
|||
|
|
[SugarTable("S7DataVariable")]
|
|||
|
|
public class DbS7DataVariable:DbDataVariable
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|