Commit 10ccadbfd1397349914ad26a9c35cbb8a92b1e3d

Authored by zhangmeiyang
1 parent 4a5e78d9

docs(domain): 更新收款部门字段注释

- 为收款部门字段添加具体的数据库字段名注释 (F_PZCW_Base_qtr1)
tax-central/src/main/java/com/diligrp/tax/central/domain/document/kingdee/bill/ReceivableBill.java
... ... @@ -20,7 +20,7 @@ import java.util.List;
20 20 public class ReceivableBill extends BaseBill {
21 21  
22 22 /**
23   - * 收款部门
  23 + * 收款部门(F_PZCW_Base_qtr1)
24 24 */
25 25 @Converter(value = ReceivableReceiveDeptConverter.class, targetField = "F_PZCW_Base_qtr1")
26 26 private String receiveDept;
... ...