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