refactor(系统设置): 优化插件三方需求列表参数

--bug=1035106 --user=宋昌昌 【系统设置】系统-插件管理-插件列表更新时间-编辑插件后更新时间未更新 https://www.tapd.cn/55049933/s/1459486
This commit is contained in:
song-cc-rock 2024-02-02 19:10:27 +08:00 committed by 刘瑞斌
parent 6852daad08
commit d01007c6a1

View File

@ -15,7 +15,7 @@ public class PlatformDemandDTO {
/**
* 需求列表数据
*/
private List<Demand> demandList;
private List<Demand> list;
@Data
public static class Demand {