• This project
    • Loading...
  • Sign in

fastcoding / commonProject

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • commonProject
  • ..
  • response
  • AreaTreeselectTwoBean.java
  • 添加模块 · 3429c014
    3429c014 Browse Files
    wangkai authored 2024-11-08 16:55:29 +0800
AreaTreeselectTwoBean.java 289 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package com.wd.foundation.bean.response;

import java.util.List;

/**
 * @Description: 类描述
 * @Author: Li Yubing
 * @Email: liyubing@wondert.com.cn
 * @CreateDate: 2023/9/19 21:04
 * @Version: 1.0
 */
public class AreaTreeselectTwoBean {

   public List<AreaTreeselectBean> data;

}