username@email.com
2024-07-12 4a37150b246e610a583a190b6ffd4b7f017c6600
zhengcaioa/IServices/ISysCodeService.cs
@@ -66,9 +66,14 @@
        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);
        ResultEntity addSysCodeDtls(SysCodeDtlEntity Entity);
    }
}