14 lines
193 B
Java
14 lines
193 B
Java
|
|
package com.ghy.payment.domain;
|
||
|
|
|
||
|
|
import com.ghy.common.core.domain.BaseEntity;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @author clunt
|
||
|
|
* 财务单主单(对应付款)
|
||
|
|
*/
|
||
|
|
public class FinancialMaster extends BaseEntity {
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|