2021-11-02 06:43:42 +00:00
|
|
|
package cn.palmte.work.bean;
|
|
|
|
|
|
|
|
|
|
/**
|
2021-11-02 07:51:52 +00:00
|
|
|
* 预算页面
|
2021-11-02 06:43:42 +00:00
|
|
|
* @author xiongshiyan at 2021/11/1 , contact me with email yanshixiong@126.com or phone 15208384257
|
|
|
|
|
*/
|
2021-11-02 07:51:52 +00:00
|
|
|
public class BudgetBean extends IncomeCostBean{
|
2021-11-02 06:43:42 +00:00
|
|
|
}
|