username@email.com
2023-02-13 e26f08af87c158aeac41b9a94398636c1c580556
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);
    }
}