Compare commits

...

1 Commits

Author SHA1 Message Date
jiangs
8cf59a171e uuu 2025-05-12 14:23:10 +08:00

View File

@ -13,5 +13,4 @@ public interface ComDictMapper {
int insertComDict(ComDict comDict);
int delComDict(ComDict comDict);
int updateComDict(ComDict comDict);
}