- 新增 Card 类,包含基本的存款和消费功能- 添加 GoldCard 和 SilverCard 类,分别实现不同的优惠策略 - 编写 Test 类进行功能测试 - 在项目中集成 Lombok 依赖,简化代码
20 lines
711 B
XML
20 lines
711 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module-library" scope="PROVIDED">
|
|
<library>
|
|
<CLASSES>
|
|
<root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.34/lombok-1.18.34.jar!/" />
|
|
</CLASSES>
|
|
<JAVADOC />
|
|
<SOURCES />
|
|
</library>
|
|
</orderEntry>
|
|
</component>
|
|
</module> |