Commit 4e1f53ea authored by gary's avatar gary

1、revert pojo

parent 82f62db8
......@@ -783,6 +783,16 @@ public class JournalEntry extends BaseEntity implements Serializable {
*/
private Date updateTime;
private BigDecimal periodJrMinDr;
public BigDecimal getPeriodJrMinDr() {
return periodJrMinDr;
}
public void setPeriodJrMinDr(BigDecimal periodJrMinDr) {
this.periodJrMinDr = periodJrMinDr;
}
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table journal_entry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment