|
|
@@ -12,6 +12,7 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import lombok.Data;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import org.jeecg.modules.hlgaccount.entity.HlgAccount;
|
|
|
+import org.jeecg.modules.hlgcpmanager.entity.HlgCpAccount;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
import org.jeecg.common.aspect.annotation.Dict;
|
|
|
@@ -166,4 +167,10 @@ public class HlgPayment implements Serializable {
|
|
|
*/
|
|
|
@TableField(exist = false)
|
|
|
private Integer isAllSuccess;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 平台账户表
|
|
|
+ */
|
|
|
+ @TableField(exist = false)
|
|
|
+ private HlgCpAccount hlgCpAccount;
|
|
|
}
|