纸通宝saas工厂端代卖
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
689 B

<?xml version="1.0"?>
<globals>
<#assign Collection=extractLetters(FragmentClass)>//从输入的title中获取输入字符
<#assign collection_name=Collection?lower_case>//获取到的字符转成小写
<!-- 这里声明全局变量-->
<global id="fragment_layout" value="${Collection?lower_case}" />//作为fragment的layout的命名
<global id="FragmentName" value="${Collection}Fragment" />//作为fragment类名
<global id="PresenterName" value="${Collection}Presenter" />//作为presenter类名
<global id="ModelName" value="${Collection}Http" />//作为model类名
<global id="ContractName" value="I${Collection}Contract" />//作为contract类名
</globals>