| src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/java/com/ruoyi/device/pojo/DeviceLedger.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/resources/mapper/device/DeviceLedgerMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -41,6 +41,10 @@ */ private String supplierName; private String deviceBrand; private String storageLocation; /** * 单位 */ src/main/java/com/ruoyi/device/pojo/DeviceLedger.java
@@ -75,6 +75,10 @@ */ private BigDecimal unTaxIncludingPriceTotal; private String deviceBrand; private String storageLocation; /** * 录入时间 */ src/main/resources/application.yml
@@ -1,4 +1,4 @@ # Spring配置 spring: profiles: active: demo active: dev src/main/resources/mapper/device/DeviceLedgerMapper.xml
@@ -21,6 +21,8 @@ dl.tax_including_price_unit, dl.tax_including_price_total, dl.tax_rate, dl.device_brand, dl.storage_location, dl.un_tax_including_price_total, dl.create_time, dl.update_time ,