using HH.WCS.Mobox3.RiDong.models; using SqlSugar; namespace HH.WCS.Mobox3.RiDong.dto; /// /// /// [SugarTable("TN_charging_switch")] public class ChargingSwitch : BaseModel { /// /// 是否开启 /// public string IS_ENABLED { get; set; } }