fcx
2025-12-02 02893d929e7d2b650dc32ff14e6b12e6ca39dc75
1
2
3
4
5
6
7
8
9
10
namespace MES.Service.Dto.service;
 
public class YCCZSubmit
{
    public string? PI_BILLNO { get; set; }
    public string? PI_USER { get; set; }
    public string? PI_QTY { get; set; }
    public string? PI_BADQTY { get; set; }
 
}