namespace HH.WCS.Mobox3.RiDong.models; public class TN_Factory : BaseModel { public string S_CODE { get; set; } public string S_NAME { get; set; } public string S_NOTE { get; set; } public string S_STATE_PRE { get; set; } public int N_REVIEW_RESULT { get; set; } }