WTM icon indicating copy to clipboard operation
WTM copied to clipboard

FrameworkUserBase 类应继承 PersistPoco 而不是 BasePoco

Open h080620 opened this issue 2 years ago • 0 comments

FrameworkUserBase 类应继承 PersistPoco 而不是 BasePoco

public abstract class FrameworkUserBase : BasePoco, ITenant { public bool IsValid { get; set; } = true; }

h080620 avatar Aug 09 '23 15:08 h080620