username@email.com
2022-12-27 5bf3139b3c70c7fd5ce92a6f895a92fa7ebf1d95
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);
    }
}