杨前锦
2025-07-01 a93b0e99036c24b9bd58c79bf5e7364b1ba28bae
HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/TN_Supplier.cs
New file
@@ -0,0 +1,28 @@
using HH.WCS.Mobox3.FJJT.models;
using System;
namespace HH.WCS.Mobox3.FJJT
{
    public  class TN_Supplier : BaseModel
    {
        public string S_NO { get; set; }
        public string S_NAME { get; set; }
        public string S_TYPE { get; set; }
        public string C_UNINSPECTED { get; set; }
        public string S_NOTE { get; set; }
        public string S_CONTACT_PERSON { get; set; }
        public string S_TEL { get; set; }
        public string S_PHONE { get; set; }
        public string S_EMAIL { get; set; }
        public string S_PROVINCE { get; set; }
        public string S_CITY { get; set; }
        public string S_ZONE { get; set; }
        public string S_ADDRESS { get; set; }
        public string S_STATE_PRE { get; set; }
        public int N_REVIEW_RESULT { get; set; }
    }
}