username@email.com
2022-02-25 74abca0d15b35909f3c2f63d44104a6e7b2d6180
zhengcaioa/IServices/ISysCodeService.cs
@@ -66,9 +66,11 @@
        SysCodeDtlEntity GetSysCodeDtlInfo(string key_id, string CodeTable, string CodeField, string WentiId = "");
        List<SysCodeDtlEntity> GetSysCodeDtlInfoss(string Classify1, string CodeTable, string CodeField, string WentiId = "");
        ResultEntity SaveSysCodeDtl(SysCodeDtlEntity Entity);
        ResultEntity SaveSysCodeDtls(SysCodeDtlEntity Entity);
    }
}