package com.ls.enums; /** * 代码生成器生成的后台代码类型 * * @author caozj * */ public enum CODETYPE { JDBC("jdbc"); private String folderName; public String getFolderName() { return folderName; } private CODETYPE(String folderName) { this.folderName = folderName; } }

yinyun1985 LV14
2022年4月11日
葡萄吃西瓜 LV4
2021年9月10日
liangkai123 LV1
2021年8月24日
admin_hhh LV3
2020年12月28日
呆萌的爱斯逼 LV8
2020年4月8日
xuyongff LV24
2020年2月23日
EasonLi LV8
2019年12月27日
linfeng127 LV1
2019年12月11日
TenzeTseng LV6
2019年9月15日
ythlibo LV12
2019年9月12日

youwuzuichen LV11
2024年11月13日
denliv_hui LV13
2024年4月26日
微信网友_6761617215229952
2023年12月2日
暂无贡献等级
zhumeng168 LV5
2023年7月8日
微信网友_6319582217965568 LV3
2023年2月24日
and123456 LV11
2022年10月26日
neilcheung LV4
2022年8月22日
364502984 LV18
2022年6月2日
caodehao1 LV3
2022年4月20日
yinyun1985 LV14
2022年4月11日