APP用户设备类型列表

This commit is contained in:
2025-06-25 13:28:27 +08:00
parent ec03919c78
commit 6a6adc5ec1
6 changed files with 9 additions and 30 deletions

View File

@ -38,4 +38,5 @@ public interface GenConfigService extends IService<GenConfig> {
* @return 表配置
*/
GenConfig update(String tableName, GenConfig genConfig);
}