gongchunyi
6 天以前 8c8d8769f5e23439f7d44c300eba763ee64b2352
1
2
3
4
5
6
package com.ruoyi.productionPlan.dto;
 
import com.ruoyi.productionPlan.pojo.ProductionPlan;
 
public class ProductionPlanDto extends ProductionPlan {
}