提交 bb34974a 编写于 作者: zhouweidong's avatar zhouweidong

模板补充静态代码表

上级 41c12d29
......@@ -37,7 +37,7 @@ public class CodeListBase {
private String textSeparator="<#if codeList.getTextSeparator()??>${codeList.getTextSeparator()}</#if>";
private String emptyText="<#if codeList.getEmptyText()?? && codeList.getEmptyText()!='未定义'>${codeList.getEmptyText()}</#if>";
Day2CodeList(String value , String text) {
${codeListName}CodeList(String value , String text) {
this.value=value;
this.text = text;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册