This commit is contained in:
b110212000 2021-06-16 09:34:52 +08:00
parent 32973c35a1
commit b48280673b

View File

@ -10,7 +10,7 @@ namespace SolarPower.Models.User
Suspend = 0, //停權 Suspend = 0, //停權
Normal = 1, //正常 Normal = 1, //正常
} }
//Base Class。如由其餘需求使用繼承 //Base Class。如由其餘需求使用繼承
public class User : Created public class User : Created
{ {