ssjygl-xsct-service/ssjygl-xsx-common/src/main/java/com/cowr/model/InvoiceLog.java

15 lines
373 B
Java
Raw Normal View History

2020-08-14 00:07:09 +08:00
package com.cowr.model;
import com.cowr.model.base.BaseInvoiceLog;
/**
* Generated by COWR Thu Aug 13 22:45:03 CST 2020
* TableName: invoice_log
* Remarks: - 使
* PrimaryKey: id
*/
@SuppressWarnings("serial")
public class InvoiceLog extends BaseInvoiceLog<InvoiceLog> {
public static final InvoiceLog dao = new InvoiceLog().dao();
}