using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.WCS.Mobox3.SXJK.models { [SugarTable("TN_FormControlSwitch")] internal class FormControlSwitch: BaseModel { public string S_CODE { get; set; } public string S_NAME { get; set; } public string S_B_STATUS { get; set; } } }